Update the website's logo to the new square design provided by Fadia

Replaces the old rectangular logo with the new square logo in `client/src/components/ui/logo.tsx`.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 88cd88e4-2dbe-4df6-8c8a-7e38f13ef1ec
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/c20bc2fe-49a5-4be1-8ed1-07b2a3dcf015.jpg
This commit is contained in:
JeffEmmett 2025-05-19 15:10:37 +00:00
parent 000fe7ff9d
commit 6d86092e63
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {