Skip to content

Commit 3243dc4

Browse files
authored
Merge pull request #119 from codersforcauses/issue-118-link_landing_page_buttons_to_game_showcase_and_art_showcase
issue 118 - linked landing page buttons to game and art showcase respectively
2 parents 7196a9e + 76f97da commit 3243dc4

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)