Skip to content

Commit

Permalink
fix: don't stretch image proportions
Browse files Browse the repository at this point in the history
  • Loading branch information
devcshort committed Feb 10, 2025
1 parent 7653360 commit 1de6bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export function Header(props: Props) {
<img
src={appConfig?.brand?.logoUrl}
alt={t('header.home') as string}
className="h-full w-auto"
className="max-h-full w-auto"
/>
</Link>
</div>
Expand Down

0 comments on commit 1de6bb7

Please sign in to comment.