From b1dfb1b834b83cb44794beea60f965449622d362 Mon Sep 17 00:00:00 2001 From: skinmaker1345 Date: Sat, 18 Jan 2025 23:13:25 +0900 Subject: [PATCH] chore: remove ad --- components/Advertisement.tsx | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/components/Advertisement.tsx b/components/Advertisement.tsx index 73a4baa..9f1712c 100644 --- a/components/Advertisement.tsx +++ b/components/Advertisement.tsx @@ -1,31 +1,7 @@ import AdSense from 'react-adsense' const Advertisement: React.FC = ({ size = 'short' }) => { - return ( -
-
- {process.env.NODE_ENV === 'production' ? ( - - ) : ( - 'Advertisement' - )} -
-
- ) + return null } declare global {