From b10f766a6ec1370e06eb635fa3778a7e863ba215 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Fri, 30 Jan 2026 21:37:13 -0700 Subject: [PATCH] Oops --- src/app/game/berry-dash/splash/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/game/berry-dash/splash/page.tsx b/src/app/game/berry-dash/splash/page.tsx index b7191f3..0799e04 100644 --- a/src/app/game/berry-dash/splash/page.tsx +++ b/src/app/game/berry-dash/splash/page.tsx @@ -15,7 +15,7 @@ export default function BerryDashSplash () { const router = useRouter() useEffect(() => { - document.title = 'Lncvrt Games - Reset Account Password' + document.title = 'Lncvrt Games - Berry Dash Splash Text Submition' const token = getCookie('accountToken', '-1') if (token === '-1') { @@ -32,7 +32,7 @@ export default function BerryDashSplash () { ? 'Loading...' : result == -1 ? 'Verify you are human to submit a splash text' - : 'Lncvrt Games Splash Text Submition'} + : 'Berry Dash Splash Text Submition'}

{!loading && ( <>