diff --git a/client/src/components/ui/logo.tsx b/client/src/components/ui/logo.tsx index 74b3daa..a847ee3 100644 --- a/client/src/components/ui/logo.tsx +++ b/client/src/components/ui/logo.tsx @@ -1,5 +1,5 @@ import { Link } from "wouter"; -import LogoImage from "../../assets/pilates-with-fadia-logo.png"; +import LogoImage from "../../assets/square-logo.png"; export function Logo({ className = "", size = "regular" }: { className?: string, size?: "small" | "regular" | "large" }) { const sizeClasses = {