We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1782a65 commit 56a35a6Copy full SHA for 56a35a6
components/Settings.tsx
@@ -29,7 +29,7 @@ export function Settings() {
29
return (
30
<Dialog>
31
<DialogTrigger asChild={true}>
32
- <Button size="icon" variant="ghost">
+ <Button size="icon" variant="ghost" title="Settings">
33
<SettingsIcon />
34
</Button>
35
</DialogTrigger>
0 commit comments