Skip to content

Commit b0afe4b

Browse files
Add aria-label to copy page dropdown trigger (#818)
* Add aria-label to copy page dropdown trigger * Use label prop for dropdown aria-label --------- Co-authored-by: Sarah Gerrard <gerrardsarah@gmail.com>
1 parent 3d9182b commit b0afe4b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/CopyPageDropdown.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ export function CopyPageDropdown({
314314
size="xs"
315315
rounded="none"
316316
className="border-0 px-1.5"
317+
aria-label={`More ${label} options`}
317318
>
318319
<ChevronDown className="w-3 h-3" />
319320
</Button>

0 commit comments

Comments
 (0)