From f20735ff29465f5a15c652b8e750a5d12893bcb9 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Mon, 10 Nov 2025 16:24:41 -0700 Subject: [PATCH] Fix page ids --- src/app/game/berry-dash-custom/page.tsx | 2 +- src/app/game/berry-dash-godot-remake/page.tsx | 2 +- src/app/game/berry-dash-lite/page.tsx | 2 +- src/app/game/berry-dash-with-guns-custom/page.tsx | 2 +- src/app/game/berry-dash-with-guns/page.tsx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/game/berry-dash-custom/page.tsx b/src/app/game/berry-dash-custom/page.tsx index 9ea4148..f82807d 100644 --- a/src/app/game/berry-dash-custom/page.tsx +++ b/src/app/game/berry-dash-custom/page.tsx @@ -9,7 +9,7 @@ import Link from 'next/link' import { useEffect } from 'react' import { HomeButton } from '@/app/components/HomeButton' -export default function BerryDashGameInfo () { +export default function BerryDashCustomGameInfo () { useEffect(() => { document.title = 'Lncvrt Games - Berry Dash Custom' }, []) diff --git a/src/app/game/berry-dash-godot-remake/page.tsx b/src/app/game/berry-dash-godot-remake/page.tsx index 8f5f3c2..203fc54 100644 --- a/src/app/game/berry-dash-godot-remake/page.tsx +++ b/src/app/game/berry-dash-godot-remake/page.tsx @@ -9,7 +9,7 @@ import Link from 'next/link' import { useEffect } from 'react' import { HomeButton } from '@/app/components/HomeButton' -export default function BerryDashGameInfo () { +export default function BerryDashGodotRemakeGameInfo () { useEffect(() => { document.title = 'Lncvrt Games - Berry Dash Godot Remake' }, []) diff --git a/src/app/game/berry-dash-lite/page.tsx b/src/app/game/berry-dash-lite/page.tsx index 01aab66..9847dd9 100644 --- a/src/app/game/berry-dash-lite/page.tsx +++ b/src/app/game/berry-dash-lite/page.tsx @@ -9,7 +9,7 @@ import Link from 'next/link' import { useEffect } from 'react' import { HomeButton } from '@/app/components/HomeButton' -export default function BerryDashGameInfo () { +export default function BerryDashLiteGameInfo () { useEffect(() => { document.title = 'Lncvrt Games - Berry Dash Lite' }, []) diff --git a/src/app/game/berry-dash-with-guns-custom/page.tsx b/src/app/game/berry-dash-with-guns-custom/page.tsx index 18ccbc4..7fd882c 100644 --- a/src/app/game/berry-dash-with-guns-custom/page.tsx +++ b/src/app/game/berry-dash-with-guns-custom/page.tsx @@ -9,7 +9,7 @@ import Link from 'next/link' import { useEffect } from 'react' import { HomeButton } from '@/app/components/HomeButton' -export default function BerryDashGameInfo () { +export default function BerryDashWithGunsCustomGameInfo () { useEffect(() => { document.title = 'Lncvrt Games - Berry Dash with Guns Custom' }, []) diff --git a/src/app/game/berry-dash-with-guns/page.tsx b/src/app/game/berry-dash-with-guns/page.tsx index c372e25..414fbba 100644 --- a/src/app/game/berry-dash-with-guns/page.tsx +++ b/src/app/game/berry-dash-with-guns/page.tsx @@ -9,7 +9,7 @@ import Link from 'next/link' import { useEffect } from 'react' import { HomeButton } from '@/app/components/HomeButton' -export default function BerryDashGameInfo () { +export default function BerryDashWithGunsGameInfo () { useEffect(() => { document.title = 'Lncvrt Games - Berry Dash with Guns' }, [])