Skip to content

Commit

Permalink
Remove spaces between buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Jun 3, 2024
1 parent 5931ebb commit 2099953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/compose.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@ function Compose({
}}
/>
<Icon icon="attachment" />
</label>{' '}
</label>
{/* If maxOptions is not defined or defined and is greater than 1, show poll button */}
{maxOptions == null ||
(maxOptions > 1 && (
Expand All @@ -1315,7 +1315,7 @@ function Compose({
}}
>
<Icon icon="poll" alt="Add poll" />
</button>{' '}
</button>
</>
))}
{/* <button
Expand Down

0 comments on commit 2099953

Please sign in to comment.