We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7196a9e + 76f97da commit 3243dc4Copy full SHA for 3243dc4
1 file changed
client/src/pages/index.tsx
@@ -180,10 +180,10 @@ export default function Landing() {
180
</div>
181
182
<div className="flex flex-col items-end gap-4">
183
- <Link href="/">
+ <Link href="/games">
184
<Button>See more games by our members</Button>
185
</Link>
186
+ <Link href="/artwork">
187
<Button variant={"outline"}>
188
See other cool stuff our members have created
189
</Button>
0 commit comments