diff --git a/apps/web/src/components/AdContainer.tsx b/apps/web/src/components/AdContainer.tsx index ada0a9bc..58c0acd5 100644 --- a/apps/web/src/components/AdContainer.tsx +++ b/apps/web/src/components/AdContainer.tsx @@ -15,14 +15,16 @@ const AdContainer = ({ slotId, className, test }: Props) => { }, []); return ( - +
+ +
); }; diff --git a/apps/web/src/pages/_document.tsx b/apps/web/src/pages/_document.tsx index 63d4265e..8a639ac0 100644 --- a/apps/web/src/pages/_document.tsx +++ b/apps/web/src/pages/_document.tsx @@ -11,7 +11,7 @@ export default function Document() {