diff --git a/apps/website/src/app/layout.tsx b/apps/website/src/app/layout.tsx
index 971af463..d9468850 100644
--- a/apps/website/src/app/layout.tsx
+++ b/apps/website/src/app/layout.tsx
@@ -65,6 +65,7 @@ export default function RootLayout({
>
@@ -73,20 +74,20 @@ export default function RootLayout({
- {/* Platform announcements sent through the API goes here */}
-
-
-
+
+
+ {/* Platform announcements sent through the API goes here */}
+
-
+
{children}
-
-
+
+
)
diff --git a/apps/website/src/components/base/Analytics.tsx b/apps/website/src/components/base/Analytics.tsx
index a63dab6a..23952c81 100644
--- a/apps/website/src/components/base/Analytics.tsx
+++ b/apps/website/src/components/base/Analytics.tsx
@@ -1,4 +1,5 @@
import Script from "next/script"
+import dedent from "dedent"
export default function Analytics({ nonce }: { nonce: string }) {
return (
@@ -6,15 +7,15 @@ export default function Analytics({ nonce }: { nonce: string }) {
{/* Site analytics - Umami */}
{/* Behavior analytics - Microsoft Clarity */}