Explorar o código

feat: doge i18n placeholder

Timothy J. Baek hai 1 ano
pai
achega
bfd33ec0df
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/lib/components/chat/Messages/Placeholder.svelte
  2. BIN=BIN
      static/doge.png

+ 2 - 2
src/lib/components/chat/Messages/Placeholder.svelte

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

BIN=BIN
static/doge.png