Skip to content

Commit

Permalink
Tweak copy of the role popover
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Boberg <[email protected]>
  • Loading branch information
axelboberg committed Mar 9, 2024
1 parent 1994eee commit 533baa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/Role/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ export function Role ({ currentRole = 0, open, onClose = () => {} }) {
<Popover open={open} onClose={onClose}>
<div className='Role u-theme--light'>
<div className='Role-content'>
Only the main client's selections can be triggered by the api.
Only the main client's selections can be triggered by the api
{
currentRole === 1
? <div className='Role-status'>This is the main client.</div>
? <div className='Role-status'>This is the main client</div>
: (
<button className='Button Button--secondary u-width--100pct Sharing-copyBtn' onClick={() => setPopupIsOpen(true)}>
Become main
Expand Down

0 comments on commit 533baa9

Please sign in to comment.