We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5318d77 commit e0a6ba0Copy full SHA for e0a6ba0
src/components/CopyPageDropdown.tsx
@@ -311,7 +311,7 @@ export function CopyPageDropdown({
311
size="xs"
312
rounded="none"
313
className="border-0 px-1.5"
314
- aria-label="More Copy page options"
+ aria-label={`More ${label} options`}
315
>
316
<ChevronDown className="w-3 h-3" />
317
</Button>
0 commit comments