Skip to content

Commit 333beff

Browse files
fix(header): remove fixed height from logo to preserve aspect ratio
1 parent ae04e6c commit 333beff

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • src/components/sharedComponents/ui/Header

src/components/sharedComponents/ui/Header/Logo.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ const LogoLight =
1515
const Logo: FC<ImageProps> = ({ ...restProps }) => (
1616
<chakra.img
1717
width={193}
18-
height={77}
1918
content="var(--base-logo)"
2019
display="block"
2120
flexShrink="0"

0 commit comments

Comments
 (0)