chore: update AI chat widget - add logo, remove powered by gemma

This commit is contained in:
Tracewebstudio Dev 2026-05-05 20:14:56 +02:00
parent 3cad4c94a9
commit 8b90959f1e
2 changed files with 5 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 MiB

View file

@ -145,14 +145,15 @@ export function AiChatWidget() {
}} }}
> >
<div style={{ display: "flex", "align-items": "center", gap: "10px" }}> <div style={{ display: "flex", "align-items": "center", gap: "10px" }}>
<Bot size={22} color="#fff" /> <img
src="/ai-assistant-logo.png"
alt="AI Assistant"
style={{ width: "26px", height: "26px", "border-radius": "6px", "object-fit": "contain" }}
/>
<div> <div>
<p style={{ margin: 0, color: "#fff", "font-weight": "700", "font-size": "15px" }}> <p style={{ margin: 0, color: "#fff", "font-weight": "700", "font-size": "15px" }}>
AI Assistant AI Assistant
</p> </p>
<p style={{ margin: 0, color: "rgba(255,255,255,0.8)", "font-size": "11px" }}>
Powered by gemma3
</p>
</div> </div>
</div> </div>
<button <button