Many users don't have an image, and <Image> fails to load and displays their name (alt value) instead. This breaks immersion.
Instead, a <Avatar> component could be created that would have a fallback to the user's innitials. HeroUI has a good example of such component
Many users don't have an image, and
<Image>fails to load and displays their name (alt value) instead. This breaks immersion.Instead, a
<Avatar>component could be created that would have a fallback to the user's innitials. HeroUI has a good example of such component