diff --git a/web/src/app/layout.tsx b/web/src/app/layout.tsx
index a0a809b07..c880c2c2c 100644
--- a/web/src/app/layout.tsx
+++ b/web/src/app/layout.tsx
@@ -37,9 +37,12 @@ export default function RootLayout({
enableSystem
disableTransitionOnChange
>
-
-
- {children}
+
diff --git a/web/src/app/page.tsx b/web/src/app/page.tsx
index ca3101058..c632b7816 100644
--- a/web/src/app/page.tsx
+++ b/web/src/app/page.tsx
@@ -1,5 +1,3 @@
export default function Home() {
- return (
-
- );
+ return
;
}
diff --git a/web/src/components/footer/index.tsx b/web/src/components/footer/index.tsx
index 510b3dd5f..36d6634ea 100644
--- a/web/src/components/footer/index.tsx
+++ b/web/src/components/footer/index.tsx
@@ -4,7 +4,7 @@ import { ApiLink } from "./api-link";
export function Footer() {
return (
-