edit layout

This commit is contained in:
2024-08-26 17:50:50 +02:00
parent 8a5b21c780
commit d56fd92e00
35 changed files with 221 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ export function Footer() {
<Container className="flex flex-col items-center justify-between md:flex-row">
<Logo className="h-12 w-auto text-slate-900" />
<p className="mt-6 text-base text-slate-500 md:mt-0">
Copyright &copy; {new Date().getFullYear()} DeceptiConf, LLC. All
Copyright &copy; {new Date().getFullYear()} OurVerse, LLC. All
rights reserved.
</p>
</Container>