This commit is contained in:
Timothy Jaeryang Baek 2025-06-16 11:14:24 +04:00
parent c5b48ec551
commit b50cfd0940
2 changed files with 2 additions and 2 deletions

View File

@ -605,7 +605,7 @@
<ProfileImage
src={model?.info?.meta?.profile_image_url ??
($i18n.language === 'dg-DG' ? `/doge.png` : `${WEBUI_BASE_URL}/static/favicon.png`)}
className={'size-8'}
className={'size-8 assistant-message-profile-image'}
/>
</div>

View File

@ -119,7 +119,7 @@
? ($models.find((m) => m.id === message.user)?.info?.meta?.profile_image_url ??
'/user.png')
: (user?.profile_image_url ?? '/user.png')}
className={'size-8'}
className={'size-8 user-message-profile-image'}
/>
</div>
{/if}