diff --git a/frontend/src/components/assistant/TaskLane.tsx b/frontend/src/components/assistant/TaskLane.tsx index ff744565..97b7d404 100644 --- a/frontend/src/components/assistant/TaskLane.tsx +++ b/frontend/src/components/assistant/TaskLane.tsx @@ -311,7 +311,7 @@ export function TaskLane({ questions, actions, sessionId, onSubmit, onClose, loa {/* ── Questions Section ── */} {questionTasks.length > 0 && (
-
+
Questions @@ -406,7 +406,7 @@ export function TaskLane({ questions, actions, sessionId, onSubmit, onClose, loa {/* ── Checks Section ── */} {actionTasks.length > 0 && (
-
+
Diagnostic Checks diff --git a/frontend/src/components/pilot/sections/SuggestedFix.tsx b/frontend/src/components/pilot/sections/SuggestedFix.tsx index e74b4fcb..9926e90b 100644 --- a/frontend/src/components/pilot/sections/SuggestedFix.tsx +++ b/frontend/src/components/pilot/sections/SuggestedFix.tsx @@ -43,7 +43,7 @@ export function SuggestedFix({ fix, onDismiss, onActivate, panelOpen }: Suggeste return (
-
+
Suggested fix diff --git a/frontend/src/components/pilot/sections/WhatWeKnow.tsx b/frontend/src/components/pilot/sections/WhatWeKnow.tsx index 644d6ef2..04ac820e 100644 --- a/frontend/src/components/pilot/sections/WhatWeKnow.tsx +++ b/frontend/src/components/pilot/sections/WhatWeKnow.tsx @@ -43,7 +43,7 @@ export function WhatWeKnow({ 'bg-gradient-to-b from-success/[0.05] to-transparent', )} > -
+
What we know