We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d0034 commit 38b22fbCopy full SHA for 38b22fb
components/Layout.tsx
@@ -68,7 +68,7 @@ const Layout = ({ children, title, description }: PropsWithChildren<Props>) => (
68
{children}
69
</motion.main>
70
</Container>
71
- <Footer />
+ {/* <Footer /> */}
72
</div>
73
);
74
0 commit comments