Merge pull request #2395 from open-webui/dev

fix
This commit is contained in:
Timothy Jaeryang Baek
2024-05-19 10:25:07 -10:00
committed by GitHub

View File

@@ -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"