File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import DisableDevTools from "@/components/common/DisableDevTools";
2828import { UndoProvider } from "@/context/UndoContext" ;
2929import { ThemeProvider } from "@/context/ThemeContext" ;
3030import { ToastProvider } from "@/context/ToastContext" ;
31- import InstallPrompt from "@/components/common/InstallPrompt" ;
31+ // import InstallPrompt from "@/components/common/InstallPrompt";
3232
3333export default function RootLayout ( {
3434 children,
@@ -63,7 +63,7 @@ export default function RootLayout({
6363 < ToastProvider >
6464 < Navbar />
6565 < main style = { { padding : "2rem 0" } } > { children } </ main >
66- < InstallPrompt />
66+ { /* <InstallPrompt /> */ }
6767 { /*
6868 AdSense disabled due to incompatibility with Next.js SSR
6969 See: https://github.com/vercel/next.js/discussions/38256
You can’t perform that action at this time.
0 commit comments