mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 22:30:23 +00:00
chore: made changes for ad height
This commit is contained in:
parent
05b736ccf1
commit
861ae1401d
@ -5,7 +5,7 @@ const Advertisement = (): JSX.Element => {
|
||||
if(process.env.NODE_ENV === 'production') window.adsbygoogle.push({})
|
||||
})
|
||||
|
||||
return <div className={`z-0 mx-auto py-12 w-full text-center text-white ${process.env.NODE_ENV === 'production' ? '' : 'bg-gray-700'}`}>
|
||||
return <div className={`z-0 m-auto h-32 w-full text-center text-white ${process.env.NODE_ENV === 'production' ? '' : 'py-12 bg-gray-700'}`}>
|
||||
{
|
||||
process.env.NODE_ENV === 'production' ? <ins
|
||||
className='adsbygoogle mb-5 w-full'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user