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 && ( <>