mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
refac
This commit is contained in:
parent
260e42a691
commit
a8d2072e9f
1 changed files with 2 additions and 2 deletions
|
|
@ -282,8 +282,8 @@
|
||||||
<div class="flex items-center min-w-fit">
|
<div class="flex items-center min-w-fit">
|
||||||
<img
|
<img
|
||||||
src={item.model?.info?.meta?.profile_image_url ?? '/static/favicon.png'}
|
src={item.model?.info?.meta?.profile_image_url ?? '/static/favicon.png'}
|
||||||
alt="Model ImageURl"
|
alt="Model"
|
||||||
class="rounded-full w-5 h-5 flex items-center mr-2"
|
class="rounded-full size-5 flex items-center mr-2"
|
||||||
/>
|
/>
|
||||||
{item.label}
|
{item.label}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue