From 079b37a85dee6272382854a2564f2fc99f042ec9 Mon Sep 17 00:00:00 2001 From: "roomote[bot]" <219738659+roomote[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 13:05:01 -0400 Subject: [PATCH] feat: replace cloud waitlist ad with direct Cloud link in navigation (#7742) Co-authored-by: Roo Code --- apps/web-roo-code/next.config.ts | 2 +- .../src/components/chromes/nav-bar.tsx | 41 +++++++------------ apps/web-roo-code/src/lib/constants.ts | 1 + 3 files changed, 17 insertions(+), 27 deletions(-) diff --git a/apps/web-roo-code/next.config.ts b/apps/web-roo-code/next.config.ts index b50bd93994..ec82764607 100644 --- a/apps/web-roo-code/next.config.ts +++ b/apps/web-roo-code/next.config.ts @@ -21,7 +21,7 @@ const nextConfig: NextConfig = { destination: "https://roocode.com/:path*", permanent: true, }, - // Redirect cloud waitlist to Notion page + // Redirect cloud waitlist to Notion page (kept for extension compatibility) { source: "/cloud-waitlist", destination: "https://roo-code.notion.site/238fd1401b0a8087b858e1ad431507cf?pvs=105", diff --git a/apps/web-roo-code/src/components/chromes/nav-bar.tsx b/apps/web-roo-code/src/components/chromes/nav-bar.tsx index ca6a4d4b4f..00fe9d2727 100644 --- a/apps/web-roo-code/src/components/chromes/nav-bar.tsx +++ b/apps/web-roo-code/src/components/chromes/nav-bar.tsx @@ -69,19 +69,13 @@ export function NavBar({ stars, downloads }: NavBarProps) { className="text-muted-foreground transition-transform duration-200 hover:scale-105 hover:text-foreground"> Community -
-
- - Roo Code Cloud is coming - - - Sign up - -
-
+ + Cloud +
@@ -121,19 +115,6 @@ export function NavBar({ stars, downloads }: NavBarProps) {