Skip to content

Commit e0a6ba0

Browse files
committed
Use label prop for dropdown aria-label
1 parent 5318d77 commit e0a6ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CopyPageDropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ export function CopyPageDropdown({
311311
size="xs"
312312
rounded="none"
313313
className="border-0 px-1.5"
314-
aria-label="More Copy page options"
314+
aria-label={`More ${label} options`}
315315
>
316316
<ChevronDown className="w-3 h-3" />
317317
</Button>

0 commit comments

Comments
 (0)