Skip to content

fix: correct logo redirect to homepage from pricing page#363

Open
Anmoolll wants to merge 2 commits intoapsinghdev:mainfrom
Anmoolll:fix/logo-redirect-pricing
Open

fix: correct logo redirect to homepage from pricing page#363
Anmoolll wants to merge 2 commits intoapsinghdev:mainfrom
Anmoolll:fix/logo-redirect-pricing

Conversation

@Anmoolll
Copy link
Copy Markdown

@Anmoolll Anmoolll commented Apr 20, 2026

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

Result

Users can now navigate back to the homepage via the logo, following standard UX conventions.

Fixes #348
home-page
pricing-page

Summary by CodeRabbit

  • New Features

    • Brand logo now functions as a clickable link to return to the homepage
  • Improvements

    • Enhanced accessibility with descriptive logo alt text and aria-labels for screen readers

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 20, 2026

@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.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 20, 2026

Warning

Rate limit exceeded

@Anmoolll has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 33 minutes and 41 seconds before requesting another review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: a16dfa69-9e25-4a1d-ac3e-cf9d58cca8c9

📥 Commits

Reviewing files that changed from the base of the PR and between 2bab5b2 and ae559d9.

📒 Files selected for processing (1)
  • apps/web/src/components/landing-sections/navbar.tsx
📝 Walkthrough

Walkthrough

The navbar's brand area is wrapped with a next/link component to make the logo and "Opensox AI" text navigate to the homepage. The logo's alt text is improved and an accessibility label is added.

Changes

Cohort / File(s) Summary
Navbar Navigation Fix
apps/web/src/components/landing-sections/navbar.tsx
Wrapped brand container in Link component for homepage navigation; updated logo alt text from "background" to "Opensox logo"; added aria-label="Go to homepage" for accessibility.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A hop, a click, a logo's call,
No more dead ends within these halls,
The brand now guides you back home true,
A humble fix, yet grand to do!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: making the logo redirect to the homepage from the pricing page, which is the core objective of this PR.
Linked Issues check ✅ Passed The PR fully addresses issue #348 by wrapping the logo with a Next.js Link that navigates to the homepage, restoring the expected navigation behavior on the pricing page.
Out of Scope Changes check ✅ Passed All changes are directly related to fixing the logo redirect issue: wrapping with Link component, updating alt text for accessibility, and adding aria-label—no out-of-scope modifications detected.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

📥 Commits

Reviewing files that changed from the base of the PR and between a2ef5f3 and 2bab5b2.

📒 Files selected for processing (1)
  • apps/web/src/components/landing-sections/navbar.tsx

Comment thread apps/web/src/components/landing-sections/navbar.tsx Outdated
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.

[Bug]: Clicking logo on /pricing does not redirect to homepage

1 participant