Skip to content

Commit

Permalink
Merge pull request #267 from piyumaldk/footer-key-prop-issue
Browse files Browse the repository at this point in the history
Fix footer warning when using links
  • Loading branch information
brionmario authored Oct 4, 2024
2 parents 0f07b16 + 3821e1d commit d2c27fe
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 d2c27fe

Please sign in to comment.