fix logo
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 55s

This commit is contained in:
Lee 2024-04-14 18:51:34 +01:00
parent 6efe1ceea0
commit d59c55c6ce

@ -7,7 +7,7 @@ export default function Logo({ size = 30 }: Readonly<{ size?: number }>) {
alt={"The Logo"}
width={size}
height={size}
className="w-fit h-fit pl-2"
className={`w-[${size}px] h-[${size}px]`}
/>
);
}