Skip to content

Commit 56a35a6

Browse files
committed
Add title to settings button
1 parent 1782a65 commit 56a35a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Settings.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function Settings() {
2929
return (
3030
<Dialog>
3131
<DialogTrigger asChild={true}>
32-
<Button size="icon" variant="ghost">
32+
<Button size="icon" variant="ghost" title="Settings">
3333
<SettingsIcon />
3434
</Button>
3535
</DialogTrigger>

0 commit comments

Comments
 (0)