From c0ff7b454959a19f236e7692e937af7a4d1ed555 Mon Sep 17 00:00:00 2001 From: BOHA Date: Mon, 8 Jun 2026 20:57:15 +0200 Subject: [PATCH] =?UTF-8?q?feat(odin):=20editorial=20serif=20hero=20?= =?UTF-8?q?=E2=80=94=20Fraunces=20greeting=20+=20italic=20subtitle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drop the gradient "Odin" wordmark from the new-conversation hero and make the personalized greeting the centerpiece in Fraunces (optical-sized serif), with an italic Fraunces description — a refined, literary, claude-like treatment. Loads Fraunces (upright + italic) via the existing Google Fonts link. Co-Authored-By: Claude Opus 4.8 (1M context) --- index.html | 2 +- src/admin/components/odin/OdinThread.tsx | 65 ++++++++++-------------- 2 files changed, 29 insertions(+), 38 deletions(-) diff --git a/index.html b/index.html index 4024a67..6ecf1b1 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ diff --git a/src/admin/components/odin/OdinThread.tsx b/src/admin/components/odin/OdinThread.tsx index 3404bc6..ef821e5 100644 --- a/src/admin/components/odin/OdinThread.tsx +++ b/src/admin/components/odin/OdinThread.tsx @@ -81,50 +81,41 @@ export default function OdinThread({ flexDirection: "column", alignItems: "center", justifyContent: "center", - gap: 1.25, + gap: 1.75, textAlign: "center", - px: 2, + px: 3, }} > - {greeting && ( - - {greeting} - - )} - ({ - fontSize: "clamp(2.25rem, 1.4rem + 2.6vw, 3rem)", - fontWeight: 800, - lineHeight: 1.05, - letterSpacing: "-0.03em", - backgroundImage: `linear-gradient(120deg, ${t.vars!.palette.primary.light}, ${t.vars!.palette.primary.main})`, - WebkitBackgroundClip: "text", - backgroundClip: "text", - WebkitTextFillColor: "transparent", - })} - > - Odin - - Váš firemní AI asistent. Zeptejte se, nebo přiložte fakturu (PDF) k - importu. + {greeting || "Dobrý den"} + + + Váš firemní AI asistent — zeptejte se na cokoli, nebo přiložte + fakturu (PDF) k importu. )}