This commit is contained in:
parent
6efe1ceea0
commit
d59c55c6ce
@ -7,7 +7,7 @@ export default function Logo({ size = 30 }: Readonly<{ size?: number }>) {
|
|||||||
alt={"The Logo"}
|
alt={"The Logo"}
|
||||||
width={size}
|
width={size}
|
||||||
height={size}
|
height={size}
|
||||||
className="w-fit h-fit pl-2"
|
className={`w-[${size}px] h-[${size}px]`}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user