From 1c183171920839f4a84d0c9eee581995d8f83b2c Mon Sep 17 00:00:00 2001 From: Dominic Arrojado Date: Sun, 28 May 2023 10:49:22 +0800 Subject: [PATCH] fix ad unit script not loading --- components/adUnit.tsx | 8 ++++++-- components/layout.tsx | 2 ++ pages/_app.page.tsx | 2 ++ pages/_document.page.tsx | 5 +---- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/components/adUnit.tsx b/components/adUnit.tsx index acc14aa..1ab2fb4 100644 --- a/components/adUnit.tsx +++ b/components/adUnit.tsx @@ -17,9 +17,13 @@ function AdUnit({ adSlot, adFormat, className }: Props) { }, []); return ( -
+
Embassy of Japan in Singapore Visa Appointment Notification Service @@ -29,6 +30,7 @@ export default function Layout({ children }: Props) {