From 17c92ba483111681312173251b21611058bb4f1f Mon Sep 17 00:00:00 2001 From: Roo Code Date: Sat, 7 Feb 2026 00:34:35 +0000 Subject: [PATCH] feat(web): replace Roomote Control with Linear Integration in cloud features grid --- apps/web-roo-code/src/app/cloud/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web-roo-code/src/app/cloud/page.tsx b/apps/web-roo-code/src/app/cloud/page.tsx index 68d3c3d2bc2..51df0642eec 100644 --- a/apps/web-roo-code/src/app/cloud/page.tsx +++ b/apps/web-roo-code/src/app/cloud/page.tsx @@ -5,9 +5,9 @@ import { ChartLine, Github, History, + ListChecks, LucideIcon, Pencil, - Router, Share2, Slack, Users, @@ -112,9 +112,9 @@ const features: Feature[] = [ description: "Start tasks, get updates, and collaborate with agents directly from your team's Slack channels.", }, { - icon: Router, - title: "Roomote Control", - description: "Connect to your local VS Code instance and control the extension remotely from the browser.", + icon: ListChecks, + title: "Linear Integration", + description: "Assign issues to Roo Code directly from Linear. Get PRs back without switching tools.", }, { icon: Users,