This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 20:22:49 +00:00
parent e1dbfd142e
commit 87d5fa93b9
2 changed files with 3 additions and 3 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 961 KiB

+3 -3
View File
@@ -2,9 +2,9 @@ import logoImage from "@/assets/logo.png";
const Logo = ({ className = "", size = "default" }: { className?: string; size?: "small" | "default" | "large" }) => {
const sizeClasses = {
small: "h-12",
default: "h-20",
large: "h-32"
small: "h-16",
default: "h-24",
large: "h-40"
};
return (