mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
fix: main page display
This commit is contained in:
parent
66473706f6
commit
7d1262055b
@ -19,7 +19,7 @@ const Advertisement = ({ size = 'short' }: AdvertisementProps): JSX.Element => {
|
||||
>
|
||||
{process.env.NODE_ENV === 'production' ? (
|
||||
<ins
|
||||
className='adsbygoogle mb-5 w-full'
|
||||
className='adsbygoogle w-full'
|
||||
style={{ display: 'inline-block', height: '90px' }}
|
||||
data-ad-client='ca-pub-4856582423981759'
|
||||
data-ad-slot='3250141451'
|
||||
|
||||
@ -16,7 +16,7 @@ const Index: NextPage<IndexProps> = ({ votes, newBots, trusted }) => {
|
||||
return (
|
||||
<>
|
||||
<Hero />
|
||||
<Container className='mb-10'>
|
||||
<Container className='pb-10'>
|
||||
<Advertisement />
|
||||
<h1 className='text-3xl font-bold mt-10 mb-2'>
|
||||
<i className='far fa-heart mr-3 text-pink-600' /> 하트 랭킹
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user