diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx
index ce411ae..f0b8fb0 100644
--- a/src/pages/_app.tsx
+++ b/src/pages/_app.tsx
@@ -22,11 +22,18 @@ const MyApp: AppType<{ session: Session | null }> = ({
/>
{env.NEXT_PUBLIC_ENVIRONMENT === "production" ? (
-
+ <>
+
+
+ >
) : null}