File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
apps/web-roo-code/src/app/pr-fixer Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments