Skip to content

Commit 1a68e86

Browse files
committed
add key prop
1 parent 94709e5 commit 1a68e86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: pages/about.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,10 @@ const Creators: NextPage = () => {
376376
}}>
377377

378378
{
379-
socialLinks.map((item) => (
379+
socialLinks.map((item, i) => (
380380

381381
<a
382+
key={i}
382383
href={item.link}
383384
target="blank"
384385
style={{

0 commit comments

Comments
 (0)