content
Some checks failed
Build & Deploy / deploy (push) Failing after 34s

This commit is contained in:
2026-01-21 10:50:53 +01:00
parent 11404b3998
commit 32edff4ab2
3 changed files with 13 additions and 13 deletions

View File

@@ -163,7 +163,7 @@ const Layout = ({ children }: { children: React.ReactNode }) => {
gap: 'var(--spacing-md)',
flexWrap: 'wrap'
}}>
<div>&copy; {new Date().getFullYear()} MB Grid Solutions GmbH. Alle Rechte vorbehalten.</div>
<div>&copy; 2026 MB Grid Solutions GmbH. Alle Rechte vorbehalten.</div>
<div>Made with precision.</div>
</div>
</div>