diff --git a/frontend/src/components/landing/hero.tsx b/frontend/src/components/landing/hero.tsx index 0e4a4f53f..503c5b88c 100644 --- a/frontend/src/components/landing/hero.tsx +++ b/frontend/src/components/landing/hero.tsx @@ -69,10 +69,7 @@ export function Hero({ className }: { className?: string }) { )} -

+

An open-source SuperAgent harness that researches, codes, and creates. With
diff --git a/frontend/src/components/landing/sections/case-study-section.tsx b/frontend/src/components/landing/sections/case-study-section.tsx index 6a7cc4956..aeb9163e8 100644 --- a/frontend/src/components/landing/sections/case-study-section.tsx +++ b/frontend/src/components/landing/sections/case-study-section.tsx @@ -51,7 +51,7 @@ export function CaseStudySection({ className }: { className?: string }) { title="Case Studies" subtitle="See how DeerFlow is used in the wild" > -

+
{caseStudies.map((caseStudy) => ( {t.subtasks.executing(tasks.size)}
, diff --git a/frontend/src/components/workspace/streaming-indicator.tsx b/frontend/src/components/workspace/streaming-indicator.tsx index 2edf25337..a2b25fae4 100644 --- a/frontend/src/components/workspace/streaming-indicator.tsx +++ b/frontend/src/components/workspace/streaming-indicator.tsx @@ -14,19 +14,19 @@ export function StreamingIndicator({
diff --git a/frontend/src/components/workspace/welcome.tsx b/frontend/src/components/workspace/welcome.tsx index 4fa9ec740..f737ae00c 100644 --- a/frontend/src/components/workspace/welcome.tsx +++ b/frontend/src/components/workspace/welcome.tsx @@ -61,7 +61,9 @@ export function Welcome({ ) : (
{t.welcome.description.includes("\n") ? ( -
{t.welcome.description}
+
+              {t.welcome.description}
+            
) : (

{t.welcome.description}

)} diff --git a/frontend/src/styles/globals.css b/frontend/src/styles/globals.css index b394ca889..c85a5c27c 100644 --- a/frontend/src/styles/globals.css +++ b/frontend/src/styles/globals.css @@ -273,7 +273,7 @@ --accent: oklch(0.32 0.0036 106.64); --accent-foreground: oklch(0.985 0 0); --destructive: oklch(0.704 0.191 22.216); - --border: oklch(1 0.191 22.216 / 10%); + --border: oklch(1 0 0 / 10%); --input: oklch(1 0 0 / 15%); --ring: transparent; --chart-1: oklch(0.488 0.243 264.376);