Skip to content

Commit bfa6666

Browse files
committed
chore: changed text
1 parent 2e4e456 commit bfa6666

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

webview-ui/src/components/chat/PlanningBar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ export const PlanningBar: FC<PlanningBarProps> = ({
2727
>
2828
{/* {isGenerating && <div className="absolute inset-0 rainbow-border-glow" />} */}
2929
<div className="flex-1 flex h-full align-middle ml-5 gap-4 relative overflow-hidden">
30-
<div className="relative h-full my-auto mr-1 flex-shrink-0">
30+
<div className="relative h-full my-auto mr-1 flex-shrink-0 min-w-4">
3131
<div className={`circle ${isGenerating ? "animated-circle" : ""}`} />
3232
</div>
33-
<div className="my-auto text-sm flex-shrink-0">Planning</div>
33+
<div className="my-auto text-sm flex-shrink-0">Creating</div>
3434
<div className="relative my-auto min-w-0 flex-shrink overflow-hidden max-w-64">
3535
<div className="text-muted-foreground text-sm truncate">
3636
{requestedPlan}

0 commit comments

Comments
 (0)