fix: removed unexpected char

close: https://github.com/koreanbots/v2-testing/issues/76
This commit is contained in:
wonderlandpark 2021-05-05 22:33:33 +09:00
parent b1aa71c5bd
commit a4689e6d83
No known key found for this signature in database
GPG Key ID: E3E650B146478C64

View File

@ -30,7 +30,7 @@ const Panel:NextPage<PanelProps> = ({ logged, user, submits, csrfToken }) => {
return <Container paddingTop className='pt-5 pb-10'>
<SEO title='관리 패널' />
<h1 className='text-4xl font-bold'> </h1>
<h2 className='text-2xl font-bold mt-4'> </h2>
<h2 className='text-2xl font-bold mt-4'> </h2>
<p className='text-gray-400 mb-2'> .</p>
<Button className={`${user.github ? 'bg-red-600 text-white' : 'bg-gray-200 dark:bg-github-black'} hover:opacity-80`} onClick={user.github ? async () => {
await Fetch('/api/auth/github', {