Add discord button to pages
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
import { Turnstile } from '@marsidev/react-turnstile'
|
||||
import axios from 'axios'
|
||||
import { useState } from 'react'
|
||||
import { DiscordButton } from '../components/DiscordButton'
|
||||
import { HomeButton } from '../components/HomeButton'
|
||||
|
||||
export default function CaptchaCodePage () {
|
||||
const [token, setToken] = useState<string | null>(null)
|
||||
@@ -13,6 +15,8 @@ export default function CaptchaCodePage () {
|
||||
|
||||
return (
|
||||
<div className='box'>
|
||||
<HomeButton />
|
||||
<DiscordButton />
|
||||
<p className='mb-4 -mt-2 text-center'>
|
||||
Verify you are human to get a code
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user