Update Avatar.tsx

This commit is contained in:
Nate Kelley 2025-02-26 14:08:55 -07:00
parent 715132a7bc
commit 9847a99b76
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ Avatar.displayName = 'Avatar';
const BusterAvatarFallback: React.FC = () => {
return (
<div className="flex h-full w-full items-center justify-center text-black dark:text-white">
<BusterLogo className="h-full w-full" />
<div className="text-foreground flex h-full w-full items-center justify-center">
<BusterLogo className="h-full w-full translate-x-[1px] p-1" />
</div>
);
};