Update navbar: Remove FAQ links and replace Careers with Community Discord link

This commit is contained in:
thill2323 2025-07-22 15:37:11 -04:00 committed by Daniel Riccio
parent 4d4bd2f8a8
commit 287912ca5d
No known key found for this signature in database
GPG key ID: FFD5FD825F8E8209

View file

@ -46,11 +46,6 @@ export function NavBar({ stars, downloads }: NavBarProps) {
className="text-muted-foreground transition-transform duration-200 hover:scale-105 hover:text-foreground max-lg:hidden">
Testimonials
</ScrollButton>
<ScrollButton
targetId="faq"
className="text-muted-foreground transition-transform duration-200 hover:scale-105 hover:text-foreground">
FAQ
</ScrollButton>
<Link
href="/evals"
className="text-muted-foreground transition-transform duration-200 hover:scale-105 hover:text-foreground">
@ -68,10 +63,11 @@ export function NavBar({ stars, downloads }: NavBarProps) {
Docs
</a>
<a
href={EXTERNAL_LINKS.CAREERS}
href="https://discord.com/invite/roocode"
target="_blank"
rel="noopener noreferrer"
className="text-muted-foreground transition-transform duration-200 hover:scale-105 hover:text-foreground">
Careers
Community
</a>
<div className="flex items-center rounded-full bg-gradient-to-r from-blue-400 to-cyan-400 p-0.5 text-xs">
<div className="rounded-full bg-background px-2 py-1.5">
@ -150,12 +146,6 @@ export function NavBar({ stars, downloads }: NavBarProps) {
onClick={() => setIsMenuOpen(false)}>
Testimonials
</ScrollButton>
<ScrollButton
targetId="faq"
className="w-full px-8 py-3 text-left text-sm font-medium text-foreground/80 transition-colors hover:bg-accent hover:text-foreground"
onClick={() => setIsMenuOpen(false)}>
FAQ
</ScrollButton>
<Link
href="/evals"
className="w-full px-8 py-3 text-left text-sm font-medium text-foreground/80 transition-colors hover:bg-accent hover:text-foreground"
@ -184,11 +174,12 @@ export function NavBar({ stars, downloads }: NavBarProps) {
Docs
</a>
<a
href={EXTERNAL_LINKS.CAREERS}
href="https://discord.com/invite/roocode"
target="_blank"
rel="noopener noreferrer"
className="w-full px-8 py-3 text-left text-sm font-medium text-foreground/80 transition-colors hover:bg-accent hover:text-foreground"
onClick={() => setIsMenuOpen(false)}>
Careers
Community
</a>
<hr className="mx-8 my-2 border-t border-border/50" />