mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
chore: removed padding top for buttons
This commit is contained in:
parent
2d7cfabfc0
commit
ea5b1a9c75
@ -94,7 +94,7 @@ const Bots: NextPage<BotsProps> = ({ data, date, user, theme, setTheme }) => {
|
||||
</h1>
|
||||
<p className={`${bg ? 'text-gray-300' : 'dark:text-gray-300 text-gray-800'} text-base`}>{data.intro}</p>
|
||||
</div>
|
||||
<div className='w-full lg:w-1/4 lg:pt-10'>
|
||||
<div className='w-full lg:w-1/4'>
|
||||
{
|
||||
data.state === 'ok' && <LongButton
|
||||
newTab
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user