Remove spaces between buttons

This commit is contained in:
Lim Chee Aun 2024-06-03 18:01:49 +08:00
parent 5931ebb8fc
commit 2099953b68

View file

@ -1293,7 +1293,7 @@ function Compose({
}} }}
/> />
<Icon icon="attachment" /> <Icon icon="attachment" />
</label>{' '} </label>
{/* If maxOptions is not defined or defined and is greater than 1, show poll button */} {/* If maxOptions is not defined or defined and is greater than 1, show poll button */}
{maxOptions == null || {maxOptions == null ||
(maxOptions > 1 && ( (maxOptions > 1 && (
@ -1315,7 +1315,7 @@ function Compose({
}} }}
> >
<Icon icon="poll" alt="Add poll" /> <Icon icon="poll" alt="Add poll" />
</button>{' '} </button>
</> </>
))} ))}
{/* <button {/* <button