Skip to content

Commit f279537

Browse files
feat(web): replace Roomote Control with Linear Integration in cloud features grid (#11280)
Co-authored-by: Roo Code <roomote@roocode.com>
1 parent 9b39d22 commit f279537

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

apps/web-roo-code/src/app/cloud/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import {
55
ChartLine,
66
Github,
77
History,
8+
ListChecks,
89
LucideIcon,
910
Pencil,
10-
Router,
1111
Share2,
1212
Slack,
1313
Users,
@@ -112,9 +112,9 @@ const features: Feature[] = [
112112
description: "Start tasks, get updates, and collaborate with agents directly from your team's Slack channels.",
113113
},
114114
{
115-
icon: Router,
116-
title: "Roomote Control",
117-
description: "Connect to your local VS Code instance and control the extension remotely from the browser.",
115+
icon: ListChecks,
116+
title: "Linear Integration",
117+
description: "Assign issues to Roo Code directly from Linear. Get PRs back without switching tools.",
118118
},
119119
{
120120
icon: Users,

0 commit comments

Comments
 (0)