We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6c514 commit 161d863Copy full SHA for 161d863
pwa/app/(common)/layout.tsx
@@ -69,7 +69,7 @@ function RootLayout({
69
className={`${poppins.variable} ${fira.variable} w-full light`}
70
>
71
<body className="bg-white dark:bg-blue-black">
72
- <ModalCon />
+ {/*<ModalCon />*/}
73
<Layout>{children}</Layout>
74
</body>
75
</html>
0 commit comments