mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 06:10:22 +00:00
feat: revert adsense code
This commit is contained in:
parent
98aa7646b6
commit
138ef55734
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user