Skip to content

Commit c978540

Browse files
committed
Added aria-label to button for accessibility
1 parent a515644 commit c978540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/generator/repo-tree-generator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ animate-spin"
362362
</Button>
363363
<Dialog>
364364
<DialogTrigger asChild>
365-
<Button variant="outline" size="icon">
365+
<Button variant="outline" size="icon" aria-label="ASCII Themes Settings">
366366
<Settings className="h-4 w-4" />
367367
</Button>
368368
</DialogTrigger>

0 commit comments

Comments
 (0)