Add discord button to pages
This commit is contained in:
@@ -5,6 +5,7 @@ import 'swiper/css/navigation'
|
||||
import Link from 'next/link'
|
||||
import { useEffect } from 'react'
|
||||
import { HomeButton } from '@/app/components/HomeButton'
|
||||
import { DiscordButton } from '@/app/components/DiscordButton'
|
||||
|
||||
export default function BerryDashUltimateGameInfo () {
|
||||
useEffect(() => {
|
||||
@@ -14,6 +15,7 @@ export default function BerryDashUltimateGameInfo () {
|
||||
return (
|
||||
<div className='box text-center'>
|
||||
<HomeButton />
|
||||
<DiscordButton />
|
||||
<p className='text-4xl'>Berry Dash Ultimate</p>
|
||||
<p>
|
||||
Berry Dash Ultimate is a unofficial game made by BoNoise from scratch!
|
||||
|
||||
Reference in New Issue
Block a user