Remove pencil from Compose button
This commit is contained in:
parent
bf7d7f93a5
commit
4dd4ba212d
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ const HomeComposeButton = () => {
|
|||
return (
|
||||
<Button
|
||||
theme='accent'
|
||||
icon={require('@tabler/icons/pencil-plus.svg')}
|
||||
size='lg'
|
||||
onClick={onOpenCompose}
|
||||
block
|
||||
|
|
Loading…
Reference in a new issue