Skip to content

Commit

Permalink
Change dropdown icon above compose form from ellipsis to bars in web …
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron committed Jul 2, 2023
1 parent 50c2a03 commit 0512537
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,7 +60,7 @@ class ActionBar extends PureComponent {
return (
<div className='compose__action-bar'>
<div className='compose__action-bar-dropdown'>
<DropdownMenuContainer items={menu} icon='ellipsis-v' size={18} direction='right' />
<DropdownMenuContainer items={menu} icon='bars' size={18} direction='right' />
</div>
</div>
);
Expand Down

0 comments on commit 0512537

Please sign in to comment.