I think it's possible to make a svelte component for images that can use the on:error handler to add a fallback image. We could use this for tokens, since not all token images load for whatever reason, and prevent the broken image icons from appearing.
I think it's possible to make a svelte component for images that can use the
on:error
handler to add a fallback image. We could use this for tokens, since not all token images load for whatever reason, and prevent the broken image icons from appearing.