Skip to content

Commit

Permalink
add key prop to Tools Cards
Browse files Browse the repository at this point in the history
  • Loading branch information
suejinkim20 committed Jun 28, 2024
1 parent a2f4f82 commit 9a112e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export default function Home() {
<CardContainer>
{tools.map((tool)=>(
<Card
key={tool.title}
title={tool.title}
href={tool.link}
warning={tool.warning}
Expand Down

0 comments on commit 9a112e2

Please sign in to comment.