From d06053b6bfbe625a5cdce2a900fa4e7fdfefacca Mon Sep 17 00:00:00 2001 From: Conor Butler Date: Sun, 28 Jan 2024 20:32:56 +0000 Subject: [PATCH] fix: icon link a11y --- src/components/icon-link/icon-link.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/icon-link/icon-link.tsx b/src/components/icon-link/icon-link.tsx index 9ca77ec..54a91b8 100644 --- a/src/components/icon-link/icon-link.tsx +++ b/src/components/icon-link/icon-link.tsx @@ -8,16 +8,15 @@ export interface IconLinkProps { export const IconLink = ({ iconUrl, - iconLabel, href, text, isNewTab, + iconLabel, }: IconLinkProps) => { return (