diff --git a/src/components/common/AdFeed.tsx b/src/components/common/AdFeed.tsx
index 18259136..98f3fe11 100644
--- a/src/components/common/AdFeed.tsx
+++ b/src/components/common/AdFeed.tsx
@@ -64,9 +64,9 @@ function AdFeed({ forPost, index }: { forPost?: boolean; index: number }) {
className="adsbygoogle"
style={{ display: 'block' }}
data-ad-format="fluid"
- data-ad-layout-key="-6c+ce+2v-x+66"
- data-ad-client="ca-pub-9161852896103498"
- data-ad-slot="9446928451"
+ data-ad-layout-key="-6u+e5+1a-3q+77"
+ data-ad-client="ca-pub-5574866530496701"
+ data-ad-slot="2841722540"
>
);
@@ -87,18 +87,18 @@ function AdFeed({ forPost, index }: { forPost?: boolean; index: number }) {
className="adsbygoogle"
style={{ display: 'block' }}
data-ad-format="fluid"
- data-ad-layout-key="-6c+ce+2v-x+66"
- data-ad-client="ca-pub-9161852896103498"
- data-ad-slot="2793890198"
+ data-ad-layout-key="-6u+e5+1a-3q+77"
+ data-ad-client="ca-pub-5574866530496701"
+ data-ad-slot="8480422066"
>
) : (
)}
{/* {isMobile ? (
diff --git a/src/containers/post/HorizontalBanner.tsx b/src/containers/post/HorizontalBanner.tsx
index c433708b..cc5d6736 100644
--- a/src/containers/post/HorizontalBanner.tsx
+++ b/src/containers/post/HorizontalBanner.tsx
@@ -18,25 +18,14 @@ function HorizontalBanner({ isDisplayAd = false }: Props) {
return (
- {isDisplayAd ? (
-
- ) : (
-
- )}
+
);
}