Footer: fix copyright punctuation and title case

This commit is contained in:
2026-06-26 17:39:59 +00:00
parent 9fcf10817f
commit 7d41eebf62

View File

@@ -138,7 +138,7 @@ export default function Footer() {
<Link href="/privacy" className="hover:text-[#1D4ED8] transition-colors">Privacy Policy</Link> <Link href="/privacy" className="hover:text-[#1D4ED8] transition-colors">Privacy Policy</Link>
<Link href="/terms" className="hover:text-[#1D4ED8] transition-colors">Terms of Service</Link> <Link href="/terms" className="hover:text-[#1D4ED8] transition-colors">Terms of Service</Link>
<span className="inline-flex items-center gap-2 flex-wrap"> <span className="inline-flex items-center gap-2 flex-wrap">
© 2026. All rights reserved. © 2026 All Rights Reserved.
</span> </span>
</div> </div>
</div> </div>