fix(ui): remove back button title on privacy page#1088
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
📝 WalkthroughWalkthroughThis pull request modifies the back button markup in the privacy page. The change removes the title attribute binding that previously provided a desktop tooltip, and adjusts the visibility classes for the back button label. The label is now hidden visually on small screens while remaining accessible to screen readers, and becomes visible on larger viewports starting at the small breakpoint. The file sees a net change of one line added and two lines removed. Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
title on privacy page
This PR removes the button title but change the span styles with the back text to use
sr-only sm:not-sr-only.