Skip to content

Commit 76f97da

Browse files
author
“KushPatel-18”
committed
linked landing page buttons to game and art showcase respectively
1 parent e86cb79 commit 76f97da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,10 @@ export default function Landing() {
180180
</div>
181181

182182
<div className="flex flex-col items-end gap-4">
183-
<Link href="/">
183+
<Link href="/games">
184184
<Button>See more games by our members</Button>
185185
</Link>
186-
<Link href="/">
186+
<Link href="/artwork">
187187
<Button variant={"outline"}>
188188
See other cool stuff our members have created
189189
</Button>

0 commit comments

Comments
 (0)