Skip to content

fix: resolve navbar link inconsistencies by adding uniform round borders#147

Merged
DevanshuTripathi merged 1 commit into
DevanshuTripathi:mainfrom
jyoti2225:chore-improve-documentation
Jun 11, 2026
Merged

fix: resolve navbar link inconsistencies by adding uniform round borders#147
DevanshuTripathi merged 1 commit into
DevanshuTripathi:mainfrom
jyoti2225:chore-improve-documentation

Conversation

@jyoti2225

@jyoti2225 jyoti2225 commented Jun 9, 2026

Copy link
Copy Markdown

Description

This pull request fixes a visual bug in the global Navigation Bar. Previously, only the "Features" and "About" links had rounded borders, while "Home", "Documentation", and "GitHub" were plain text.

I have standardized the styling by adding uniform round borders and padding to all navigation links, ensuring a consistent and clean look across the entire header.

Visual Changes (Before vs After)

Before (Inconsistent Links)

image

After (Uniform Round Borders Fixed)

image

Changes Made

  • Modified app/components/Navbar.tsx to apply the rounded-full border border-slate-700 px-4 py-2 classes to all navigation links.
  • Restored original states of README.md and Go module files to keep the PR focused strictly on this UI fix.

Testing

  • Tested locally using npm run dev and verified that the navbar displays identically and cleanly for all navigation links without any layout breaking.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)

@vercel

vercel Bot commented Jun 9, 2026

Copy link
Copy Markdown

Someone is attempting to deploy a commit to the Devanshu Tripathi's projects Team on Vercel.

A member of the Team first needs to authorize it.

@DevanshuTripathi DevanshuTripathi left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

LGTM!

@vercel

vercel Bot commented Jun 11, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
vodka-go Ready Ready Preview, Comment Jun 11, 2026 3:11pm

@DevanshuTripathi DevanshuTripathi merged commit dc70739 into DevanshuTripathi:main Jun 11, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request]: Unify navbar links styling for UI design consistency

2 participants