restore patron border
Some checks failed
Nicolium CI / Test and upload artifacts (22.x) (push) Has been cancelled
Nicolium CI / release (push) Has been cancelled
Nicolium CI / deploy (push) Has been cancelled
pl-api CI / Test for pl-api formatting (22.x) (push) Has been cancelled
pl-hooks CI / Test for a successful build (22.x) (push) Has been cancelled
Some checks failed
Nicolium CI / Test and upload artifacts (22.x) (push) Has been cancelled
Nicolium CI / release (push) Has been cancelled
Nicolium CI / deploy (push) Has been cancelled
pl-api CI / Test for pl-api formatting (22.x) (push) Has been cancelled
pl-hooks CI / Test for a successful build (22.x) (push) Has been cancelled
This commit is contained in:
@@ -368,13 +368,15 @@ const Account = ({
|
||||
/>
|
||||
) : (
|
||||
<LinkEl className={clsx('rounded-lg', emoji && 'relative')} {...linkProps}>
|
||||
<Avatar
|
||||
src={account.avatar}
|
||||
size={avatarSize}
|
||||
alt={account.avatar_description}
|
||||
isCat={account.is_cat}
|
||||
username={account.username}
|
||||
/>
|
||||
<PatronIndicator isPatron={patronUser?.is_patron}>
|
||||
<Avatar
|
||||
src={account.avatar}
|
||||
size={avatarSize}
|
||||
alt={account.avatar_description}
|
||||
isCat={account.is_cat}
|
||||
username={account.username}
|
||||
/>
|
||||
</PatronIndicator>
|
||||
{emoji && (
|
||||
<Emoji
|
||||
className='!absolute -right-1.5 bottom-0 size-5'
|
||||
|
||||
Reference in New Issue
Block a user