Skip to content

Commit d95bf16

Browse files
committed
Update navbar: Remove FAQ links and replace Careers with Community Discord link
1 parent 348d249 commit d95bf16

File tree

1 file changed

+8
-17
lines changed

1 file changed

+8
-17
lines changed

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

Lines changed: 8 additions & 17 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">
@@ -72,13 +67,14 @@ export function NavBar({ stars, downloads }: NavBarProps) {
7267
href={EXTERNAL_LINKS.DOCUMENTATION}
7368
target="_blank"
7469
className="text-muted-foreground transition-transform duration-200 hover:scale-105 hover:text-foreground">
75-
Documentation
70+
Docs
7671
</a>
7772
<a
78-
href={EXTERNAL_LINKS.CAREERS}
73+
href="https://discord.com/invite/roocode"
7974
target="_blank"
75+
rel="noopener noreferrer"
8076
className="text-muted-foreground transition-transform duration-200 hover:scale-105 hover:text-foreground">
81-
Careers
77+
Community
8278
</a>
8379
</nav>
8480

@@ -131,12 +127,6 @@ export function NavBar({ stars, downloads }: NavBarProps) {
131127
onClick={() => setIsMenuOpen(false)}>
132128
Testimonials
133129
</ScrollButton>
134-
<ScrollButton
135-
targetId="faq"
136-
className="w-full px-8 py-3 text-left text-sm font-medium text-foreground/80 transition-colors hover:bg-accent hover:text-foreground"
137-
onClick={() => setIsMenuOpen(false)}>
138-
FAQ
139-
</ScrollButton>
140130
<Link
141131
href="/evals"
142132
className="w-full px-8 py-3 text-left text-sm font-medium text-foreground/80 transition-colors hover:bg-accent hover:text-foreground"
@@ -162,14 +152,15 @@ export function NavBar({ stars, downloads }: NavBarProps) {
162152
target="_blank"
163153
className="w-full px-8 py-3 text-left text-sm font-medium text-foreground/80 transition-colors hover:bg-accent hover:text-foreground"
164154
onClick={() => setIsMenuOpen(false)}>
165-
Documentation
155+
Docs
166156
</a>
167157
<a
168-
href={EXTERNAL_LINKS.CAREERS}
158+
href="https://discord.com/invite/roocode"
169159
target="_blank"
160+
rel="noopener noreferrer"
170161
className="w-full px-8 py-3 text-left text-sm font-medium text-foreground/80 transition-colors hover:bg-accent hover:text-foreground"
171162
onClick={() => setIsMenuOpen(false)}>
172-
Careers
163+
Community
173164
</a>
174165

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

0 commit comments

Comments
 (0)