add footer

This commit is contained in:
2026-05-29 22:20:50 +02:00
parent 56368fc8f3
commit a4b75dc1b0
6 changed files with 4252 additions and 44 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ function RootDocument({ children }: { children: ReactNode }) {
<head>
<HeadContent />
</head>
<body className="font-sans antialiased [overflow-wrap:anywhere]">
<body className="font-sans antialiased">
<Header />
{children}
<Footer />