Skip to content

Commit

Permalink
feat: doge i18n placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbck committed Apr 28, 2024
1 parent 5c887d0 commit bfd33ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/chat/Messages/Placeholder.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Binary file added static/doge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bfd33ec

Please sign in to comment.