mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
refac
This commit is contained in:
parent
b88f829dbb
commit
4d4c572bba
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@
|
||||||
placement="right"
|
placement="right"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
src={`${WEBUI_API_BASE_URL}/models/model/profile/image?id=${model.id}&lang=${$i18n.language}`}
|
src={`${WEBUI_API_BASE_URL}/models/model/profile/image?id=${model?.id}&lang=${$i18n.language}`}
|
||||||
class=" size-[2.7rem] rounded-full border-[1px] border-gray-100 dark:border-none"
|
class=" size-[2.7rem] rounded-full border-[1px] border-gray-100 dark:border-none"
|
||||||
alt="logo"
|
alt="logo"
|
||||||
draggable="false"
|
draggable="false"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue