Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
b2475a845c
commit
4a0b9e95e4
1 changed files with 2 additions and 1 deletions
|
@ -22,12 +22,13 @@ export function Footer() {
|
||||||
className="text-primary hover:underline"
|
className="text-primary hover:underline"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
|
aria-label="snarky Michigander (opens in a new tab)"
|
||||||
>
|
>
|
||||||
snarky Michigander
|
snarky Michigander
|
||||||
</a>{' '}
|
</a>{' '}
|
||||||
and is not affiliated with or endorsed by Kristen Jacobs.
|
and is not affiliated with or endorsed by Kristen Jacobs.
|
||||||
</p>
|
</p>
|
||||||
<p className="mt-2">© 2025 Cheating Chelsea Exposed. All Rights Reserved.</p>
|
<p className="mt-2">© {new Date().getFullYear()} Cheating Chelsea Exposed. All Rights Reserved.</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue