Fix: Less squashed logo (#6853)

This commit is contained in:
tofarr 2025-02-20 14:56:20 +00:00 committed by GitHub
parent 3f8bc8a7ea
commit 42f1fc92fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ export function AllHandsLogoButton({ onClick }: AllHandsLogoButtonProps) {
ariaLabel="All Hands Logo"
onClick={onClick}
>
<AllHandsLogo width={34} height={23} />
<AllHandsLogo width={34} height={34} />
</TooltipButton>
);
}