feat: add review guide (#694)

This commit is contained in:
SKINMAKER 2025-10-18 22:24:13 +09:00 committed by GitHub
parent 1e975586f8
commit 1325a1212e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -176,6 +176,16 @@ const AddBot: NextPage<AddBotProps> = ({ logged, user, csrfToken, theme }) => {
.
</li>
<li>, API에 .</li>
<li>
{' '}
<Link
href='https://contents.koreanbots.dev/bot-review'
className='text-blue-500 hover:text-blue-600'
>
</Link>
.
</li>
</ul>
</Message>
</div>
@ -187,8 +197,8 @@ const AddBot: NextPage<AddBotProps> = ({ logged, user, csrfToken, theme }) => {
<div className='flex items-center'>
<CheckBox name='agree' />
<strong className='ml-2 text-sm'>
,
.
,
.
</strong>
</div>
</Label>