Skip to content

Add footer hover styling to the Privacy Policy link#730

Open
Copilot wants to merge 4 commits into
mainfrom
copilot/add-hover-effect-privacy-policy
Open

Add footer hover styling to the Privacy Policy link#730
Copilot wants to merge 4 commits into
mainfrom
copilot/add-hover-effect-privacy-policy

Conversation

Copilot AI commented May 12, 2026

Copy link
Copy Markdown

The footer on yakshaver.ai rendered the Privacy Policy link without the hover treatment used by other footer links, making it feel visually inconsistent. This change aligns that link with the existing footer interaction pattern while keeping the hover color subtle and footer-appropriate.

  • Footer link styling

    • Updated the shared footer component so the Privacy Policy link uses the same hover color transition treatment as adjacent footer links.
    • Adjusted the hover color to a neutral tone instead of orange, based on review feedback.
    • Kept the change scoped to the existing link classes; no layout or behavior changes outside hover styling.
  • Implementation

    • Extended the Link class list in components/shared/FooterContent.tsx to include the footer’s hover transition classes.
<Link
  href={contextualHref("/privacy")}
  className="underline transition-colors duration-300 hover:text-white/80"
>
  Privacy Policy
</Link>

@vercel

vercel Bot commented May 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ssw-products Error Error Jun 11, 2026 10:14pm

Request Review

@tiagov8

tiagov8 commented May 12, 2026

Copy link
Copy Markdown
Member

@copilot

orange is not a good color.

Copilot AI commented May 12, 2026

Copy link
Copy Markdown
Author

@copilot

orange is not a good color.

Updated in 651e76d — the Privacy Policy link now uses a subtler neutral hover (hover:text-white/80) instead of orange.

Screenshot: /tmp/footer-privacy-hover-preview.svg

Copilot AI requested a review from tiagov8 May 12, 2026 22:06
@tiagov8 tiagov8 marked this pull request as ready for review May 12, 2026 22:19
@tiagov8 tiagov8 enabled auto-merge (squash) May 12, 2026 22:19
@tiagov8 tiagov8 requested a review from edkranz May 12, 2026 22:20
@tiagov8

tiagov8 commented May 12, 2026

Copy link
Copy Markdown
Member

@edkranz

There is a deployment issue here

  1. Can you double check
  2. Then review this PR (done with AI 🤖)
  3. Then check Update TinaCMS footer banner text and logo size #726 too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants