diff --git a/attached_assets/Copy of Pilates with Fadia logo.png b/attached_assets/Copy of Pilates with Fadia logo.png new file mode 100644 index 0000000..3acc28f Binary files /dev/null and b/attached_assets/Copy of Pilates with Fadia logo.png differ diff --git a/client/src/assets/new-logo.png b/client/src/assets/new-logo.png new file mode 100644 index 0000000..3acc28f Binary files /dev/null and b/client/src/assets/new-logo.png differ diff --git a/client/src/components/ui/logo.tsx b/client/src/components/ui/logo.tsx index 64805b3..5c98325 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.png"; +import LogoImage from "../../assets/new-logo.png"; export function Logo({ className = "", size = "regular" }: { className?: string, size?: "small" | "regular" | "large" }) { const sizeClasses = {