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

This commit is contained in:
2026-04-08 14:45:11 +00:00
parent 08c3b3e3f5
commit 52aad546cf

View File

@@ -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'