Skip to content

Commit

Permalink
Prettier Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
banushi-a committed Nov 25, 2024
1 parent c13184b commit 175ed2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/_components/cooper-logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function CooperLogo({ width }: CooperLogoProps) {
<Image
src="/svg/hidingLogo.svg"
width={width ?? 137}
height={width ? width / 2.28 : 60} // 2.28 is the approximate ratio in the hidingLogo.svg file
height={width ? width / 2.28 : 60} // 2.28 is the approximate ratio in the hidingLogo.svg file
alt="Logo Picture"
/>
);
Expand Down

0 comments on commit 175ed2e

Please sign in to comment.