diff --git a/src/admin/components/odin/OdinThread.tsx b/src/admin/components/odin/OdinThread.tsx
index 4d6b8c9..774b9fc 100644
--- a/src/admin/components/odin/OdinThread.tsx
+++ b/src/admin/components/odin/OdinThread.tsx
@@ -79,15 +79,34 @@ export default function OdinThread({
flexDirection: "column",
alignItems: "center",
justifyContent: "center",
- gap: 1.5,
+ gap: 2.5,
textAlign: "center",
px: 2,
}}
>
-
-
- Dobrý den, jsem Odin. Zeptejte se, nebo přiložte fakturu (PDF) k
- importu.
+
+
+ ({
+ fontSize: "clamp(2rem, 1.2rem + 2.4vw, 2.75rem)",
+ fontWeight: 700,
+ lineHeight: 1.1,
+ letterSpacing: "-0.02em",
+ backgroundImage: `linear-gradient(120deg, ${t.vars!.palette.primary.light}, ${t.vars!.palette.primary.main})`,
+ WebkitBackgroundClip: "text",
+ backgroundClip: "text",
+ WebkitTextFillColor: "transparent",
+ })}
+ >
+ Odin
+
+
+
+ Zeptejte se, nebo přiložte fakturu (PDF) k automatickému importu.
)}