mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
chore: added padding at addbot
This commit is contained in:
parent
97a969b206
commit
d180198fc5
@ -57,6 +57,7 @@ const AddBot:NextPage<AddBotProps> = ({ logged, user }) => {
|
|||||||
onSubmit={(values) => { alert(JSON.stringify(values)) }}>
|
onSubmit={(values) => { alert(JSON.stringify(values)) }}>
|
||||||
{({ errors, touched, values, setFieldTouched, setFieldValue }) => (
|
{({ errors, touched, values, setFieldTouched, setFieldValue }) => (
|
||||||
<Form>
|
<Form>
|
||||||
|
<div className='py-5'>
|
||||||
<Message type='warning'>
|
<Message type='warning'>
|
||||||
<h2 className='text-lg font-black'>신청하시기 전에 다음 사항을 확인해 주세요!</h2>
|
<h2 className='text-lg font-black'>신청하시기 전에 다음 사항을 확인해 주세요!</h2>
|
||||||
<ul className='list-disc list-inside'>
|
<ul className='list-disc list-inside'>
|
||||||
@ -74,6 +75,7 @@ const AddBot:NextPage<AddBotProps> = ({ logged, user }) => {
|
|||||||
<li>또한, 봇을 등록하게 되면 작성하신 모든 정보는 웹과 API에 공개됩니다.</li>
|
<li>또한, 봇을 등록하게 되면 작성하신 모든 정보는 웹과 API에 공개됩니다.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</Message>
|
</Message>
|
||||||
|
</div>
|
||||||
<Label For='agree' error={errors.agree && touched.agree ? errors.agree : null} grid={false}>
|
<Label For='agree' error={errors.agree && touched.agree ? errors.agree : null} grid={false}>
|
||||||
<div className='flex items-center'>
|
<div className='flex items-center'>
|
||||||
<CheckBox name='agree' />
|
<CheckBox name='agree' />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user