Skip to content

Commit 38b22fb

Browse files
Temporarily remove footer
1 parent b5d0034 commit 38b22fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Layout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const Layout = ({ children, title, description }: PropsWithChildren<Props>) => (
6868
{children}
6969
</motion.main>
7070
</Container>
71-
<Footer />
71+
{/* <Footer /> */}
7272
</div>
7373
);
7474

0 commit comments

Comments
 (0)