diff --git a/web/src/App.tsx b/web/src/App.tsx
index 6bba2a7..d7631a7 100644
--- a/web/src/App.tsx
+++ b/web/src/App.tsx
@@ -28,7 +28,7 @@ export default function App() {
-
+ {!isStandalone() && }
>
);
}
@@ -63,7 +63,9 @@ function Home() {
- {!isStandalone() && }
+
+
+
>
);
}