mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +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' ? (
|
{process.env.NODE_ENV === 'production' ? (
|
||||||
<ins
|
<ins
|
||||||
className='adsbygoogle mb-5 w-full'
|
className='adsbygoogle w-full'
|
||||||
style={{ display: 'inline-block', height: '90px' }}
|
style={{ display: 'inline-block', height: '90px' }}
|
||||||
data-ad-client='ca-pub-4856582423981759'
|
data-ad-client='ca-pub-4856582423981759'
|
||||||
data-ad-slot='3250141451'
|
data-ad-slot='3250141451'
|
||||||
|
|||||||
@ -16,7 +16,7 @@ const Index: NextPage<IndexProps> = ({ votes, newBots, trusted }) => {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Hero />
|
<Hero />
|
||||||
<Container className='mb-10'>
|
<Container className='pb-10'>
|
||||||
<Advertisement />
|
<Advertisement />
|
||||||
<h1 className='text-3xl font-bold mt-10 mb-2'>
|
<h1 className='text-3xl font-bold mt-10 mb-2'>
|
||||||
<i className='far fa-heart mr-3 text-pink-600' /> 하트 랭킹
|
<i className='far fa-heart mr-3 text-pink-600' /> 하트 랭킹
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user