We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3834a9 commit c523063Copy full SHA for c523063
src/app/layout.tsx
@@ -23,11 +23,11 @@ export default function RootLayout({ children }: { children: React.ReactNode })
23
<NextTopLoader color={'#279367'} />
24
<Suspense>
25
<Navbar />
26
+ <div id="scrollToTop" className="w-0 h-0" />
27
+ {children}
28
+ <Footer />
29
+ <ToastContainer bodyClassName={'Inter'} position="top-center" />
30
</Suspense>
- <div id="scrollToTop" className="w-0 h-0" />
- {children}
- <Footer />
- <ToastContainer bodyClassName={'Inter'} position="top-center" />
31
</body>
32
</html>
33
);
0 commit comments