diff --git a/attached_assets/image_1772713008249.png b/attached_assets/image_1772713008249.png new file mode 100644 index 0000000..7caaaf7 Binary files /dev/null and b/attached_assets/image_1772713008249.png differ diff --git a/client/src/components/adsense.tsx b/client/src/components/adsense.tsx index fa60e05..277d8d9 100644 --- a/client/src/components/adsense.tsx +++ b/client/src/components/adsense.tsx @@ -83,14 +83,16 @@ let adSeedCounter = 1; export function ArticleCardAd() { const seed = useMemo(() => adSeedCounter++, []); return ( - - - +
+ + + +
); }