chore: update AI chat widget - add logo, remove powered by gemma
This commit is contained in:
parent
3cad4c94a9
commit
8b90959f1e
2 changed files with 5 additions and 4 deletions
BIN
public/ai-assistant-logo.png
Normal file
BIN
public/ai-assistant-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.8 MiB |
|
|
@ -145,14 +145,15 @@ export function AiChatWidget() {
|
|||
}}
|
||||
>
|
||||
<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>
|
||||
<p style={{ margin: 0, color: "#fff", "font-weight": "700", "font-size": "15px" }}>
|
||||
AI Assistant
|
||||
</p>
|
||||
<p style={{ margin: 0, color: "rgba(255,255,255,0.8)", "font-size": "11px" }}>
|
||||
Powered by gemma3
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<button
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue