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:
parent
50bc078b15
commit
563aa2efab
1 changed files with 10 additions and 3 deletions
|
@ -192,9 +192,16 @@ export default function Home() {
|
|||
</a>
|
||||
</p>
|
||||
<p className="mt-4 italic">
|
||||
Disclaimer: This website is independently operated by a snarky
|
||||
Michigander and is not affiliated with or endorsed by Kristen
|
||||
Jacobs.
|
||||
Disclaimer: This website is independently operated by a{' '}
|
||||
<a
|
||||
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 className="mt-2">© 2025 Cheating Chelsea Exposed. All Rights Reserved.</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue