feat(core): copyright

This commit is contained in:
2026-04-17 17:58:00 +02:00
parent 5ad6ce7894
commit fef4853069
+1
View File
@@ -46,6 +46,7 @@ export default function RootLayout({
<div className="relative z-10 flex-1">
{children}
</div>
<span className="p-5 text-center font-light text-sm text-muted-foreground">© 2026 Nico Haider</span>
</ThemeProvider>
</NextIntlClientProvider>
</body>