diff --git a/src/components/logo.tsx b/src/components/logo.tsx index 28c593d..671576a 100644 --- a/src/components/logo.tsx +++ b/src/components/logo.tsx @@ -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]`} /> ); }