From 5860b283cc95ab2c0bcaa94c2c8dd8d5cdb8a3de Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:50:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 95d7596..d1598be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { ]} buttons={[ { text: "Join Server", href: "getting-started" }, - { text: "View Rules", href: "#" } + { text: "Watch Gameplay", href: "gameplay" } ]} buttonAnimation="slide-up" /> -- 2.49.1