diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 6e2035e..ef26f24 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -550,8 +550,8 @@ export default function Home() { type: "article" as const, el: , })), - { type: "widget", el: }, { type: "ad", el:
}, + { type: "widget", el: }, ]; return items; }, [bottomArticles, focalPoints]);