Skip to content

Commit a195cb9

Browse files
committed
fix: apply icon alignment fix to all remaining instances
1 parent ad69676 commit a195cb9

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/credits/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The monthly subscription to the Team plan simply unlocks advanced functionality.
4242

4343
## How do I get free credits or free minutes or free tokens?
4444

45-
When you sign up for a Roo Code Cloud account, you'll be given a number of "Free Minutes" to try the product out (you'll see a cute <LucideIcon name="Gift" style={{ width: 14, position: "relative", top: 4}} /> icon). Those free minutes cover both the [Cloud Agent](/roo-code-cloud/cloud-agents) run time _and_ inference via the Roo Code Cloud provider (both of which normally cost credits). Those can't be used in the extension – they're there for you to try the magic of Cloud Agents.
45+
When you sign up for a Roo Code Cloud account, you'll be given a number of "Free Minutes" to try the product out (you'll see a cute <LucideIcon name="Gift" style={{ width: 14, display: "inline-block", verticalAlign: "middle" }} /> icon). Those free minutes cover both the [Cloud Agent](/roo-code-cloud/cloud-agents) run time _and_ inference via the Roo Code Cloud provider (both of which normally cost credits). Those can't be used in the extension – they're there for you to try the magic of Cloud Agents.
4646

4747
If you want free inference in the extension, look for a free model when available (or use another provider which may offer it to you for free).
4848

docs/roo-code-cloud/cloud-agents.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,36 +43,36 @@ We at Roo have been developing Roo Code mostly with Cloud Agents for several mon
4343

4444
The current line up available to your is below. Keep in mind we let you rename them as you please – we really believe in making them part of your team.
4545

46-
### <LucideIcon name="MessageCircleQuestionMark" style={{ position: "relative", top: "2px" }} /> The Explainer
46+
### <LucideIcon name="MessageCircleQuestionMark" style={{ display: "inline-block", verticalAlign: "middle" }} /> The Explainer
4747
**Job:** Technical Educator
4848

4949
Explains code, concepts, and technical documentation. It helps you understand complex parts of a codebase without needing to read every line.
5050

5151
- **Best for:** Onboarding to a new codebase, understanding legacy code, debugging conceptual issues.
5252

5353

54-
### <LucideIcon name="Map" style={{ position: "relative", top: "2px" }} /> The Planner
54+
### <LucideIcon name="Map" style={{ display: "inline-block", verticalAlign: "middle" }} /> The Planner
5555
**Job:** Implementation Planning and Architecture
5656

5757
The Planner agent maps out implementation plans and navigates complex technical decisions. It's designed to take a high-level idea or a Product Requirement Document (PRD) and break it down into a thorough, step-by-step implementation plan which can the be given to coding agent (or a human!).
5858

5959
- **Best for:** New feature planning, system architecture design, complex refactoring strategies.
6060

61-
### <LucideIcon name="Code" style={{ position: "relative", top: "2px" }} /> The Coder
61+
### <LucideIcon name="Code" style={{ display: "inline-block", verticalAlign: "middle" }} /> The Coder
6262
**Job:** Full-scale across all languages
6363

6464
The Coder agent writes code, creates pull requests, and implements features. It is the workhorse of the platform, capable of handling end-to-end coding tasks.
6565

6666
- **Best for:** Building features, fixing bugs, refactoring components, writing tests.
6767

68-
### <LucideIcon name="GitPullRequest" style={{ position: "relative", top: "2px" }} /> The PR Reviewer
68+
### <LucideIcon name="GitPullRequest" style={{ display: "inline-block", verticalAlign: "middle" }} /> The PR Reviewer
6969
**Job:** Code reviews
7070

7171
The PR Reviewer agent automatically provides comprehensive code reviews with actionable comments. It can monitor your repositories and review incoming Pull Requests.
7272

7373
- **Best for:** Automated code quality checks, catching bugs early, enforcing coding standards.
7474

75-
### <LucideIcon name="Wrench" style={{ position: "relative", top: "2px" }} /> The PR Fixer
75+
### <LucideIcon name="Wrench" style={{ display: "inline-block", verticalAlign: "middle" }} /> The PR Fixer
7676
**Job:** Focused fixes
7777

7878
The PR Fixer agent is specialized in resolving issues identified in Pull Requests. It listens for feedback and autonomously implements fixes.

docs/roo-code-cloud/task-sync.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ It creates a live, one-way stream of your task messages and status from your loc
2121

2222
<img src="/img/task-sync/task-sync.png" alt="Roo Code Cloud home showing connected workspaces and tasks" width="600" />
2323

24-
:::info IDE <LucideIcon name="ArrowRight" style={{ position: "relative", top: "3px" }} /> Cloud
24+
:::info IDE <LucideIcon name="ArrowRight" style={{ display: "inline-block", verticalAlign: "middle" }} /> Cloud
2525
Keep in mind Task Sync sends tasks from your IDE to Roo Code Cloud, but not vice-versa. For example, it doesn't sync tasks across devices at the moment.
2626
:::
2727

0 commit comments

Comments
 (0)