Skip to content

Commit 10af9e0

Browse files
committed
Fix: add missing opening fragment tag in PrFixerContent.tsx
1 parent d5ef29c commit 10af9e0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

apps/web-roo-code/src/app/pr-fixer/PrFixerContent.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ const workflowSteps: Feature[] = [
3535
icon: Wrench,
3636
title: "3. Get clean scoped commits",
3737
description: (
38-
The agent proposes targeted changes and pushes concise commits or patch suggestions you (or{" "}
39-
<Link href="/pr-reviewer">PR Reviewer</Link>) can review and merge quickly.
38+
<>
39+
The agent proposes targeted changes and pushes concise commits or patch suggestions you (or{" "}
40+
<Link href="/pr-reviewer">PR Reviewer</Link>) can review and merge quickly.
4041
</>
4142
),
4243
},
@@ -80,7 +81,7 @@ export function PrFixerContent() {
8081
<div className="mt-4 max-w-lg space-y-4 text-base text-muted-foreground md:text-left sm:mt-6">
8182
<p>
8283
Roo Code{"'"}s PR Fixer applies high-quality changes to your PRs, right from
83-
GitHub. Invoke via a PR comment and it will read the entire comment history to
84+
GitHub. Invoke via a PR comment and it will read the entire comment history to
8485
understand context, agreements, and tradeoffs — then implement the right fix.
8586
</p>
8687
<p>

0 commit comments

Comments
 (0)