Skip to content

Commit

Permalink
ui(settings-button): add a title to the button
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcMcIntosh committed Feb 2, 2024
1 parent 45e87d6 commit 54c369c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sidebar/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const Settings: React.FC = () => {
<Flex p="4">
<Dialog.Root open={open} onOpenChange={setOpen}>
<Dialog.Trigger>
<IconButton variant="outline">
<IconButton variant="outline" title="Settings">
<GearIcon />
</IconButton>
</Dialog.Trigger>
Expand Down

0 comments on commit 54c369c

Please sign in to comment.