Fix angrymichigander.com link styling in footer

- Add proper CSS classes for link visibility (text-primary hover:underline)
- Add target='_blank' to open in new tab
- Add security attributes for external link
- Fix spacing around the link text
This commit is contained in:
Derek Slenk 2025-06-30 09:52:03 -04:00
parent 50bc078b15
commit 563aa2efab

View file

@ -192,9 +192,16 @@ export default function Home() {
</a> </a>
</p> </p>
<p className="mt-4 italic"> <p className="mt-4 italic">
Disclaimer: This website is independently operated by a snarky Disclaimer: This website is independently operated by a{' '}
Michigander and is not affiliated with or endorsed by Kristen <a
Jacobs. href="https://angrymichigander.com"
className="text-primary hover:underline"
target="_blank"
rel="noopener noreferrer"
>
snarky Michigander
</a>{' '}
and is not affiliated with or endorsed by Kristen Jacobs.
</p> </p>
<p className="mt-2">&copy; 2025 Cheating Chelsea Exposed. All Rights Reserved.</p> <p className="mt-2">&copy; 2025 Cheating Chelsea Exposed. All Rights Reserved.</p>
</div> </div>