diff --git a/client/src/components/adsense.tsx b/client/src/components/adsense.tsx
index d4fb82e..fa60e05 100644
--- a/client/src/components/adsense.tsx
+++ b/client/src/components/adsense.tsx
@@ -82,48 +82,40 @@ let adSeedCounter = 1;
export function ArticleCardAd() {
const seed = useMemo(() => adSeedCounter++, []);
- const [filled, setFilled] = useState(false);
return (
-
-
- setFilled(f)}
- />
-
-
+
+
+
);
}
export function InArticleAd() {
- const [filled, setFilled] = useState(false);
return (
-
+
);
}
export function MultiplexAd() {
- const [filled, setFilled] = useState(false);
return (
-
+
);
diff --git a/client/src/components/artist-pattern-bg.tsx b/client/src/components/artist-pattern-bg.tsx
index 712d6d7..9d686ac 100644
--- a/client/src/components/artist-pattern-bg.tsx
+++ b/client/src/components/artist-pattern-bg.tsx
@@ -53,7 +53,7 @@ export default function ArtistPatternBg({ children, className = "", seed = 42 }:
return (
-
+
{items.map((item, i) => (