Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Derek Slenk 2025-06-30 11:18:59 -04:00 committed by GitHub
parent b2475a845c
commit 4a0b9e95e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,12 +22,13 @@ export function Footer() {
className="text-primary hover:underline"
target="_blank"
rel="noopener noreferrer"
aria-label="snarky Michigander (opens in a new tab)"
>
snarky Michigander
</a>{' '}
and is not affiliated with or endorsed by Kristen Jacobs.
</p>
<p className="mt-2">&copy; 2025 Cheating Chelsea Exposed. All Rights Reserved.</p>
<p className="mt-2">&copy; {new Date().getFullYear()} Cheating Chelsea Exposed. All Rights Reserved.</p>
</div>
</footer>
);