Fix page ids

This commit is contained in:
2025-11-10 16:24:41 -07:00
parent 6e6458dac6
commit f20735ff29
5 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ import Link from 'next/link'
import { useEffect } from 'react' import { useEffect } from 'react'
import { HomeButton } from '@/app/components/HomeButton' import { HomeButton } from '@/app/components/HomeButton'
export default function BerryDashGameInfo () { export default function BerryDashCustomGameInfo () {
useEffect(() => { useEffect(() => {
document.title = 'Lncvrt Games - Berry Dash Custom' document.title = 'Lncvrt Games - Berry Dash Custom'
}, []) }, [])

View File

@@ -9,7 +9,7 @@ import Link from 'next/link'
import { useEffect } from 'react' import { useEffect } from 'react'
import { HomeButton } from '@/app/components/HomeButton' import { HomeButton } from '@/app/components/HomeButton'
export default function BerryDashGameInfo () { export default function BerryDashGodotRemakeGameInfo () {
useEffect(() => { useEffect(() => {
document.title = 'Lncvrt Games - Berry Dash Godot Remake' document.title = 'Lncvrt Games - Berry Dash Godot Remake'
}, []) }, [])

View File

@@ -9,7 +9,7 @@ import Link from 'next/link'
import { useEffect } from 'react' import { useEffect } from 'react'
import { HomeButton } from '@/app/components/HomeButton' import { HomeButton } from '@/app/components/HomeButton'
export default function BerryDashGameInfo () { export default function BerryDashLiteGameInfo () {
useEffect(() => { useEffect(() => {
document.title = 'Lncvrt Games - Berry Dash Lite' document.title = 'Lncvrt Games - Berry Dash Lite'
}, []) }, [])

View File

@@ -9,7 +9,7 @@ import Link from 'next/link'
import { useEffect } from 'react' import { useEffect } from 'react'
import { HomeButton } from '@/app/components/HomeButton' import { HomeButton } from '@/app/components/HomeButton'
export default function BerryDashGameInfo () { export default function BerryDashWithGunsCustomGameInfo () {
useEffect(() => { useEffect(() => {
document.title = 'Lncvrt Games - Berry Dash with Guns Custom' document.title = 'Lncvrt Games - Berry Dash with Guns Custom'
}, []) }, [])

View File

@@ -9,7 +9,7 @@ import Link from 'next/link'
import { useEffect } from 'react' import { useEffect } from 'react'
import { HomeButton } from '@/app/components/HomeButton' import { HomeButton } from '@/app/components/HomeButton'
export default function BerryDashGameInfo () { export default function BerryDashWithGunsGameInfo () {
useEffect(() => { useEffect(() => {
document.title = 'Lncvrt Games - Berry Dash with Guns' document.title = 'Lncvrt Games - Berry Dash with Guns'
}, []) }, [])