mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
test: ad
This commit is contained in:
parent
54f30a9903
commit
b45be73aef
@ -5,14 +5,13 @@ const Advertisement = (): JSX.Element => {
|
|||||||
if(process.env.NODE_ENV === 'production') window.adsbygoogle.push({})
|
if(process.env.NODE_ENV === 'production') window.adsbygoogle.push({})
|
||||||
})
|
})
|
||||||
|
|
||||||
return <div className={`z-0 mx-auto w-full text-center text-white ${process.env.NODE_ENV === 'production' ? '' : 'py-12 bg-gray-700'}`} style={{ height: '120px' }}>
|
return <div className={`z-0 mx-auto w-full text-center text-white ${process.env.NODE_ENV === 'production' ? '' : 'py-12 bg-gray-700'}`} style={{ height: '90px' }}>
|
||||||
{
|
{
|
||||||
process.env.NODE_ENV === 'production' ? <ins
|
process.env.NODE_ENV === 'production' ? <ins
|
||||||
className='adsbygoogle mb-5 w-full'
|
className='adsbygoogle mb-5 w-full'
|
||||||
style={{ display: 'block' }}
|
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'
|
||||||
data-ad-format='auto'
|
|
||||||
data-adtest='on'
|
data-adtest='on'
|
||||||
data-full-width-responsive='true'
|
data-full-width-responsive='true'
|
||||||
></ins> : 'Advertisement'
|
></ins> : 'Advertisement'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user