chore: margin top at message

This commit is contained in:
wonderlandpark 2021-05-08 21:55:40 +09:00
parent 99f58f3dad
commit 6079ac1b20

View File

@ -66,6 +66,7 @@ const BotApplication: NextPage<BotApplicationProps> = ({ user, spec, bot, theme,
<DiscordAvatar userID={bot.id} /> <DiscordAvatar userID={bot.id} />
</div> </div>
<div className='lg:w-4/5 relative'> <div className='lg:w-4/5 relative'>
<div className='mt-4'>
{ {
!data ? '' : data.code === 200 ? !data ? '' : data.code === 200 ?
<Message type='success'> <Message type='success'>
@ -80,6 +81,7 @@ const BotApplication: NextPage<BotApplicationProps> = ({ user, spec, bot, theme,
</ul> </ul>
</Message> </Message>
} }
</div>
<div className='grid text-left px-6'> <div className='grid text-left px-6'>
<h2 className='text-3xl font-bold mb-2 mt-3'>{bot.name}#{bot.tag}</h2> <h2 className='text-3xl font-bold mb-2 mt-3'>{bot.name}#{bot.tag}</h2>
<h3 className='text-lg font-semibold'> </h3> <h3 className='text-lg font-semibold'> </h3>