Default to static, with fallback

pull/79/head
Lim Chee Aun 2023-03-15 19:30:53 +08:00
rodzic 5bb8b3ce29
commit 81bf7aeebe
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -52,7 +52,7 @@ function NameText({
> >
{showAvatar && ( {showAvatar && (
<> <>
<Avatar url={avatar} />{' '} <Avatar url={avatarStatic || avatar} />{' '}
</> </>
)} )}
{displayName && !short ? ( {displayName && !short ? (

Wyświetl plik

@ -639,7 +639,7 @@ function Status({
}; };
}} }}
> >
<Avatar url={avatarStatic} size="xxl" /> <Avatar url={avatarStatic || avatar} size="xxl" />
</a> </a>
)} )}
<div class="container"> <div class="container">