Fix this button
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
|
||||
import { Turnstile } from '@marsidev/react-turnstile'
|
||||
import { DiscordButton } from '../../components/DiscordButton'
|
||||
import { HomeButton } from '../../components/HomeButton'
|
||||
import axios from 'axios'
|
||||
import { getCookie } from '@/util/cookie'
|
||||
import { useEffect, useState } from 'react'
|
||||
import { useRouter } from 'next/navigation'
|
||||
import Link from 'next/link'
|
||||
import { BackButton } from '@/app/components/BackButton'
|
||||
|
||||
export default function AccountRegisterPage () {
|
||||
const [loading, setLoading] = useState<boolean>(true)
|
||||
@@ -33,7 +33,7 @@ export default function AccountRegisterPage () {
|
||||
|
||||
return (
|
||||
<div className='box'>
|
||||
<HomeButton />
|
||||
<BackButton href='/account/login' />
|
||||
<DiscordButton />
|
||||
<p className={`px-8 ${loading ? '-my-2' : 'mb-4 -mt-2'} text-center`}>
|
||||
{loading
|
||||
|
||||
Reference in New Issue
Block a user