mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
chore: margin top at message
This commit is contained in:
parent
99f58f3dad
commit
6079ac1b20
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user