test: testing ad

This commit is contained in:
원더 2021-02-11 22:32:57 +09:00
parent 861ae1401d
commit 54f30a9903

View File

@ -5,7 +5,7 @@ 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 m-auto h-32 w-full text-center text-white ${process.env.NODE_ENV === 'production' ? '' : 'py-12 bg-gray-700'}`}> 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' }}>
{ {
process.env.NODE_ENV === 'production' ? <ins process.env.NODE_ENV === 'production' ? <ins
className='adsbygoogle mb-5 w-full' className='adsbygoogle mb-5 w-full'