Commit ab271c82 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

Update ProfileImage.svelte

parent bcc2bab6
...@@ -10,7 +10,8 @@ ...@@ -10,7 +10,8 @@
crossorigin="anonymous" crossorigin="anonymous"
src={src.startsWith(WEBUI_BASE_URL) || src={src.startsWith(WEBUI_BASE_URL) ||
src.startsWith('https://www.gravatar.com/avatar/') || src.startsWith('https://www.gravatar.com/avatar/') ||
src.startsWith('data:') src.startsWith('data:') ||
src.startsWith('/')
? src ? src
: `/user.png`} : `/user.png`}
class=" w-8 object-cover rounded-full" class=" w-8 object-cover rounded-full"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment