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