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' }, [])