mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
Update ProfileImage.svelte
This commit is contained in:
parent
bcc2bab623
commit
ab271c82ee
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@
|
|||
crossorigin="anonymous"
|
||||
src={src.startsWith(WEBUI_BASE_URL) ||
|
||||
src.startsWith('https://www.gravatar.com/avatar/') ||
|
||||
src.startsWith('data:')
|
||||
src.startsWith('data:') ||
|
||||
src.startsWith('/')
|
||||
? src
|
||||
: `/user.png`}
|
||||
class=" w-8 object-cover rounded-full"
|
||||
|
|
|
|||
Loading…
Reference in a new issue