Skip to content

Commit 287912c

Browse files
thill2323daniel-lxs
authored andcommitted
Update navbar: Remove FAQ links and replace Careers with Community Discord link
1 parent 4d4bd2f commit 287912c

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

apps/web-roo-code/src/components/chromes/nav-bar.tsx

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ export function NavBar({ stars, downloads }: NavBarProps) {
4646
className="text-muted-foreground transition-transform duration-200 hover:scale-105 hover:text-foreground max-lg:hidden">
4747
Testimonials
4848
</ScrollButton>
49-
<ScrollButton
50-
targetId="faq"
51-
className="text-muted-foreground transition-transform duration-200 hover:scale-105 hover:text-foreground">
52-
FAQ
53-
</ScrollButton>
5449
<Link
5550
href="/evals"
5651
className="text-muted-foreground transition-transform duration-200 hover:scale-105 hover:text-foreground">
@@ -68,10 +63,11 @@ export function NavBar({ stars, downloads }: NavBarProps) {
6863
Docs
6964
</a>
7065
<a
71-
href={EXTERNAL_LINKS.CAREERS}
66+
href="https://discord.com/invite/roocode"
7267
target="_blank"
68+
rel="noopener noreferrer"
7369
className="text-muted-foreground transition-transform duration-200 hover:scale-105 hover:text-foreground">
74-
Careers
70+
Community
7571
</a>
7672
<div className="flex items-center rounded-full bg-gradient-to-r from-blue-400 to-cyan-400 p-0.5 text-xs">
7773
<div className="rounded-full bg-background px-2 py-1.5">
@@ -150,12 +146,6 @@ export function NavBar({ stars, downloads }: NavBarProps) {
150146
onClick={() => setIsMenuOpen(false)}>
151147
Testimonials
152148
</ScrollButton>
153-
<ScrollButton
154-
targetId="faq"
155-
className="w-full px-8 py-3 text-left text-sm font-medium text-foreground/80 transition-colors hover:bg-accent hover:text-foreground"
156-
onClick={() => setIsMenuOpen(false)}>
157-
FAQ
158-
</ScrollButton>
159149
<Link
160150
href="/evals"
161151
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) {
184174
Docs
185175
</a>
186176
<a
187-
href={EXTERNAL_LINKS.CAREERS}
177+
href="https://discord.com/invite/roocode"
188178
target="_blank"
179+
rel="noopener noreferrer"
189180
className="w-full px-8 py-3 text-left text-sm font-medium text-foreground/80 transition-colors hover:bg-accent hover:text-foreground"
190181
onClick={() => setIsMenuOpen(false)}>
191-
Careers
182+
Community
192183
</a>
193184

194185
<hr className="mx-8 my-2 border-t border-border/50" />

0 commit comments

Comments
 (0)