Skip to content

Commit

Permalink
feat(react): fix footer warning when using links
Browse files Browse the repository at this point in the history
  • Loading branch information
piyumaldk committed Oct 4, 2024
1 parent 0b8db8e commit 3821e1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const Footer: FC<FooterProps> & WithWrapperProps = (props: FooterProps): ReactEl
<Box className="oxygen-footer-links" fontSize="body2.fontSize">
{links.map((link: LinkProps) => (
<Link
key={link.id}
className="oxygen-footer-link"
underline="none"
target="_blank"
Expand Down

0 comments on commit 3821e1d

Please sign in to comment.