From 73f94705dc583e968114e5a09e85979448f3412b Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 7 Jun 2022 16:02:21 +0200 Subject: chore(cards): use post title as link label --- src/components/atoms/buttons/button-link.tsx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/components/atoms/buttons/button-link.tsx') diff --git a/src/components/atoms/buttons/button-link.tsx b/src/components/atoms/buttons/button-link.tsx index 64e0afd..989f737 100644 --- a/src/components/atoms/buttons/button-link.tsx +++ b/src/components/atoms/buttons/button-link.tsx @@ -7,6 +7,10 @@ export type ButtonLinkProps = { * ButtonLink accessible label. */ 'aria-label'?: string; + /** + * One or more ids that refer to the accessible label. + */ + 'aria-labelledby'?: string; /** * The button link body. */ -- cgit v1.2.3