Fix page ids
This commit is contained in:
@@ -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'
|
||||
}, [])
|
||||
|
||||
@@ -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'
|
||||
}, [])
|
||||
|
||||
@@ -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'
|
||||
}, [])
|
||||
|
||||
@@ -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'
|
||||
}, [])
|
||||
|
||||
@@ -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'
|
||||
}, [])
|
||||
|
||||
Reference in New Issue
Block a user