fix: correct logo redirect to homepage from pricing page#363
fix: correct logo redirect to homepage from pricing page#363Anmoolll wants to merge 2 commits intoapsinghdev:mainfrom
Conversation
|
@Anmoolll is attempting to deploy a commit to the AJEET PRATAP SINGH's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 33 minutes and 41 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe navbar's brand area is wrapped with a Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@apps/web/src/components/landing-sections/navbar.tsx`:
- Around line 81-92: Move the interactive label from the Image to the Link:
remove the aria-label from the Image component and add aria-label="Go to
homepage" to the Link element that wraps the logo (preserve the Image's
alt="Opensox logo" unchanged) so the anchor announces the action while the image
remains descriptive; update the JSX around the Link and Image accordingly.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: dffe776d-79fe-44a0-a5d5-bede0141bac0
📒 Files selected for processing (1)
apps/web/src/components/landing-sections/navbar.tsx
Fix: Logo redirect on /pricing page
Issue
Clicking the logo on /pricing does not navigate users back to the homepage, creating a navigation dead-end.
Changes
//dashboard/homeResult
Users can now navigate back to the homepage via the logo, following standard UX conventions.
Fixes #348


Summary by CodeRabbit
New Features
Improvements