From 3821e1dafb1c63b90eca65b985fa5fa6ad67a01d Mon Sep 17 00:00:00 2001 From: piyumaldk Date: Fri, 4 Oct 2024 14:44:05 +0530 Subject: [PATCH] feat(react): fix footer warning when using links --- packages/react/src/components/Footer/Footer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react/src/components/Footer/Footer.tsx b/packages/react/src/components/Footer/Footer.tsx index 1ea00050..ca01272a 100644 --- a/packages/react/src/components/Footer/Footer.tsx +++ b/packages/react/src/components/Footer/Footer.tsx @@ -58,6 +58,7 @@ const Footer: FC & WithWrapperProps = (props: FooterProps): ReactEl {links.map((link: LinkProps) => (