mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
fix(web): split hero subtitle into two lines to prevent orphan
This commit is contained in:
parent
4d2f8decbc
commit
d0335af947
1 changed files with 2 additions and 1 deletions
|
|
@ -185,7 +185,8 @@ export default function WhatIsRooCodePage() {
|
|||
Team.
|
||||
</h1>
|
||||
<p className="text-xl text-muted-foreground max-w-2xl mx-auto mb-10">
|
||||
Autonomous agents in the cloud. A powerful coding assistant in your IDE.
|
||||
Autonomous agents in the cloud.
|
||||
<br />A powerful coding assistant in your IDE.
|
||||
</p>
|
||||
<div className="flex flex-col sm:flex-row items-center justify-center gap-4">
|
||||
<Button size="xl" asChild>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue