remove "all rights reserved"

This commit is contained in:
Thomas Camlong 2025-04-18 18:30:26 +02:00
parent a3bf6bcbc5
commit ff264625ed
No known key found for this signature in database
GPG Key ID: A678F374F428457B

View File

@ -186,7 +186,7 @@ export function Footer() {
</div> </div>
<div className="mt-4 text-center text-sm text-muted-foreground/80"> <div className="mt-4 text-center text-sm text-muted-foreground/80">
<p>© {new Date().getFullYear()} Homarr Labs. All rights reserved.</p> <p>© {new Date().getFullYear()} Homarr Labs.</p>
</div> </div>
</div> </div>
</footer> </footer>