mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +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>
|
</h1>
|
||||||
<p className={`${bg ? 'text-gray-300' : 'dark:text-gray-300 text-gray-800'} text-base`}>{data.intro}</p>
|
<p className={`${bg ? 'text-gray-300' : 'dark:text-gray-300 text-gray-800'} text-base`}>{data.intro}</p>
|
||||||
</div>
|
</div>
|
||||||
<div className='w-full lg:w-1/4 lg:pt-10'>
|
<div className='w-full lg:w-1/4'>
|
||||||
{
|
{
|
||||||
data.state === 'ok' && <LongButton
|
data.state === 'ok' && <LongButton
|
||||||
newTab
|
newTab
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user