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"
>
-
{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);