feat: revert adsense code

This commit is contained in:
Eunwoo Choi 2025-02-05 23:46:44 +09:00 committed by GitHub
parent 98aa7646b6
commit 138ef55734
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,6 @@
import AdSense from 'react-adsense'
const Advertisement: React.FC<AdvertisementProps> = ({ size = 'short' }) => {
return null
/*
return (
<div className='py-5'>
<div
@ -28,7 +26,6 @@ const Advertisement: React.FC<AdvertisementProps> = ({ size = 'short' }) => {
</div>
</div>
)
*/
}
declare global {