diff --git a/src/app/(main)/App.tsx b/src/app/(main)/App.tsx
index 74be8292..406c2f16 100644
--- a/src/app/(main)/App.tsx
+++ b/src/app/(main)/App.tsx
@@ -27,7 +27,7 @@ export function App({ children }) {
{children}
{process.env.NODE_ENV === 'production' && !pathname.includes('/share/') && (
-
+
)}
>
);