Remove pencil from Compose button

This commit is contained in:
Chewbacca 2023-05-02 13:33:42 -04:00
parent bf7d7f93a5
commit 4dd4ba212d

View file

@ -25,7 +25,6 @@ const HomeComposeButton = () => {
return (
<Button
theme='accent'
icon={require('@tabler/icons/pencil-plus.svg')}
size='lg'
onClick={onOpenCompose}
block