[frontend/components] Remove LoadError title

This commit is contained in:
pancakes 2025-02-23 10:25:02 +10:00 committed by Laura Hausmann
parent ff4d202305
commit 75ff3be764
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -7,7 +7,7 @@
style="--size: @Size;"
src="@(LoadError ? $"/identicon/{User.Id}" : User.AvatarUrl)"
alt="@(User.AvatarAlt ?? FallbackAlt())"
title="@(LoadError ? Loc["Avatar failed to load"] : Title ? User.AvatarAlt ?? FallbackAlt() : "")"
title="@(Title ? User.AvatarAlt ?? FallbackAlt() : "")"
role="@Role"
loading="lazy"
@onclick="OnClick"