Skip to content

Commit

Permalink
fix(website): add key property
Browse files Browse the repository at this point in the history
re #833
  • Loading branch information
cedoor committed Jul 22, 2024
1 parent ff807b5 commit a71299e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/website/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ export default function Home() {
<HStack w="full" mt="60px">
{roadmap.map((milestone, i) => (
<Box
key={milestone.name}
borderBottomWidth={i % 2 === 0 ? "5px" : "0px"}
borderTopWidth={i % 2 !== 0 ? "5px" : "0px"}
borderLeftWidth="1px"
Expand Down

0 comments on commit a71299e

Please sign in to comment.