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. )}