diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index b31ba01..24f0ec1 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -3,7 +3,7 @@ const { permissions } = Astro.locals
const show = !permissions.includes('SKIP_ADS')
---
-{ show ? (
+{show ? (
<>
+
+
+) : null}
\ No newline at end of file