Skip to content

Commit c523063

Browse files
committed
vcx
1 parent a3834a9 commit c523063

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app/layout.tsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ export default function RootLayout({ children }: { children: React.ReactNode })
2323
<NextTopLoader color={'#279367'} />
2424
<Suspense>
2525
<Navbar />
26+
<div id="scrollToTop" className="w-0 h-0" />
27+
{children}
28+
<Footer />
29+
<ToastContainer bodyClassName={'Inter'} position="top-center" />
2630
</Suspense>
27-
<div id="scrollToTop" className="w-0 h-0" />
28-
{children}
29-
<Footer />
30-
<ToastContainer bodyClassName={'Inter'} position="top-center" />
3131
</body>
3232
</html>
3333
);

0 commit comments

Comments
 (0)