Skip to content

Commit

Permalink
Update game name and link in Card component
Browse files Browse the repository at this point in the history
  • Loading branch information
jtljrdn committed Feb 11, 2024
1 parent 449ed1f commit 0302d1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ const page = () => {
picture={false}
/>
<Card
name="Infinite Crafter Clone"
data="A clone of the game Infinite Crafter. Made with React, Next.js, and OpenAI's API."
link="https://infinite-crafter-clone.vercel.app"
name="Infinite Craft Clone"
data="A clone of the game Infinite Craft. Made with React, Next.js, and OpenAI's API."
link="https://infinite-craft-clone.vercel.app/"
picture={false}
/>
<Card
Expand Down

0 comments on commit 0302d1c

Please sign in to comment.