[frontend/components] Remove LoadError title
This commit is contained in:
parent
ff4d202305
commit
75ff3be764
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
style="--size: @Size;"
|
style="--size: @Size;"
|
||||||
src="@(LoadError ? $"/identicon/{User.Id}" : User.AvatarUrl)"
|
src="@(LoadError ? $"/identicon/{User.Id}" : User.AvatarUrl)"
|
||||||
alt="@(User.AvatarAlt ?? FallbackAlt())"
|
alt="@(User.AvatarAlt ?? FallbackAlt())"
|
||||||
title="@(LoadError ? Loc["Avatar failed to load"] : Title ? User.AvatarAlt ?? FallbackAlt() : "")"
|
title="@(Title ? User.AvatarAlt ?? FallbackAlt() : "")"
|
||||||
role="@Role"
|
role="@Role"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
@onclick="OnClick"
|
@onclick="OnClick"
|
||||||
|
|
Loading…
Add table
Reference in a new issue