Add discord button to pages
This commit is contained in:
@@ -8,6 +8,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 BerryDashGameInfo () {
|
||||
useEffect(() => {
|
||||
@@ -17,6 +18,7 @@ export default function BerryDashGameInfo () {
|
||||
return (
|
||||
<div className='box text-center'>
|
||||
<HomeButton />
|
||||
<DiscordButton />
|
||||
<p className='text-4xl'>Berry Dash</p>
|
||||
<p>
|
||||
Berry Dash is the first game Lncvrt ever made in Unity. The game is a
|
||||
|
||||
Reference in New Issue
Block a user