Skip to content

Commit 161d863

Browse files
committed
feat: remove modal
1 parent bf6c514 commit 161d863

File tree

2 files changed

+1837
-1832
lines changed

2 files changed

+1837
-1832
lines changed

pwa/app/(common)/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function RootLayout({
6969
className={`${poppins.variable} ${fira.variable} w-full light`}
7070
>
7171
<body className="bg-white dark:bg-blue-black">
72-
<ModalCon />
72+
{/*<ModalCon />*/}
7373
<Layout>{children}</Layout>
7474
</body>
7575
</html>

0 commit comments

Comments
 (0)