Skip to content

Commit

Permalink
change key prop value
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
Jennievon and coderabbitai[bot] authored Dec 19, 2023
1 parent cd2fb78 commit 638a978
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function Footer() {
<div className="flex items-center space-x-4 pr-2">
{SOCIAL_LINKS.map((item, index) => (
<a
key={index}
key={item.name}
href={item.href}
aria-label={item.name}
target="_blank"
Expand Down

0 comments on commit 638a978

Please sign in to comment.