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 638a978 commit ef57b62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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 ef57b62

Please sign in to comment.