Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions client/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,10 @@ export default function Landing() {
</div>

<div className="flex flex-col items-end gap-4">
<Link href="/">
<Link href="/games">
<Button>See more games by our members</Button>
</Link>
<Link href="/">
<Link href="/artwork">
<Button variant={"outline"}>
See other cool stuff our members have created
</Button>
Expand Down