diff --git a/apps/web-roo-code/next.config.ts b/apps/web-roo-code/next.config.ts index b50bd939940..ec827646071 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 ca6a4d4b4fe..00fe9d2727b 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) {