forked from open-webui/open-webui
feat: doge i18n response message profile image
This commit is contained in:
parent
bfd33ec0df
commit
6d90d130bd
1 changed files with 3 additions and 1 deletions
|
@ -325,7 +325,9 @@
|
|||
{#key message.id}
|
||||
<div class=" flex w-full message-{message.id}" id="message-{message.id}">
|
||||
<ProfileImage
|
||||
src={modelfiles[message.model]?.imageUrl ?? `${WEBUI_BASE_URL}/static/favicon.png`}
|
||||
src={modelfiles[message.model]?.imageUrl ?? $i18n.language === 'dg-DG'
|
||||
? `/doge.png`
|
||||
: `${WEBUI_BASE_URL}/static/favicon.png`}
|
||||
/>
|
||||
|
||||
<div class="w-full overflow-hidden">
|
||||
|
|
Loading…
Reference in a new issue