diff --git a/apps/web/app/root.tsx b/apps/web/app/root.tsx
index c5cf98d..1f7cdb7 100644
--- a/apps/web/app/root.tsx
+++ b/apps/web/app/root.tsx
@@ -30,7 +30,7 @@ export function Layout({ children }: { children: React.ReactNode }) {
- {children}
+ {children}
diff --git a/apps/web/app/routes/_index.tsx b/apps/web/app/routes/_index.tsx
index 59386b4..e68781d 100644
--- a/apps/web/app/routes/_index.tsx
+++ b/apps/web/app/routes/_index.tsx
@@ -63,7 +63,7 @@ export default function Index() {
return (
<>
@@ -123,7 +123,7 @@ export default function Index() {
{hasSearched && (
-