feat: doge i18n placeholder

This commit is contained in:
Timothy J. Baek 2024-04-27 20:53:42 -07:00
parent 5c887d0709
commit bfd33ec0df
2 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@
/> />
{:else} {:else}
<img <img
src={models.length === 1 src={$i18n.language === 'dg-DG'
? `${WEBUI_BASE_URL}/static/favicon.png` ? `/doge.png`
: `${WEBUI_BASE_URL}/static/favicon.png`} : `${WEBUI_BASE_URL}/static/favicon.png`}
class=" size-12 rounded-full border-[1px] border-gray-200 dark:border-none" class=" size-12 rounded-full border-[1px] border-gray-200 dark:border-none"
alt="logo" alt="logo"

BIN
static/doge.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 394 KiB