Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Nov 17, 2023
1 parent 113a0b1 commit 964bea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/toolbar/button/Toolbar3000.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function MoreMenu(): JSX.Element {
]}
maxContentWidth={true}
>
<Toolbar3000Button icon={<IconMenu />} />
<Toolbar3000Button icon={<IconMenu />} title="More options" />
</LemonMenu>
)
}
Expand Down

0 comments on commit 964bea1

Please sign in to comment.