diff --git a/chat/templates/chat/home.html b/chat/templates/chat/home.html index 28545c2..fcba262 100644 --- a/chat/templates/chat/home.html +++ b/chat/templates/chat/home.html @@ -332,9 +332,9 @@ line-height: 1; margin-left: -1px; } - .toolbar-btn .mistral-logo { - width: 18px; - height: 14px; + .toolbar-btn .model-icon { + width: 16px; + height: 16px; flex-shrink: 0; } @@ -888,7 +888,7 @@ } .model-option:hover { background: var(--chat-toolbar-hover); } .model-option.active { border-color: var(--chat-chatbox-text); } - .model-option .mistral-logo { width: 18px; height: 14px; } + .model-option .model-icon { width: 16px; height: 16px; } .toolbar-btn--model { gap: 5px; } .toolbar-btn--model .model-label { pointer-events: none; } @@ -1364,11 +1364,10 @@

{% trans "Assistant documentaire" %}
- -
-