Merge pull request #687 from escapade-mckv/mcp-ux

Fix navbar copy
This commit is contained in:
Bobbie 2025-06-08 16:17:52 +05:30 committed by GitHub
commit e3ed2a8913
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ export function Navbar() {
width={140} width={140}
height={22} height={22}
priority priority
/> />
</Link> </Link>
<NavMenu /> <NavMenu />
@ -161,7 +161,7 @@ export function Navbar() {
className="bg-secondary h-8 hidden md:flex items-center justify-center text-sm font-normal tracking-wide rounded-full text-primary-foreground dark:text-secondary-foreground w-fit px-4 shadow-[inset_0_1px_2px_rgba(255,255,255,0.25),0_3px_3px_-1.5px_rgba(16,24,40,0.06),0_1px_1px_rgba(16,24,40,0.08)] border border-white/[0.12]" className="bg-secondary h-8 hidden md:flex items-center justify-center text-sm font-normal tracking-wide rounded-full text-primary-foreground dark:text-secondary-foreground w-fit px-4 shadow-[inset_0_1px_2px_rgba(255,255,255,0.25),0_3px_3px_-1.5px_rgba(16,24,40,0.06),0_1px_1px_rgba(16,24,40,0.08)] border border-white/[0.12]"
href="/auth" href="/auth"
> >
Signup Get started
</Link> </Link>
)} )}
</div> </div>