Revert to previous rectangular logo for enhanced brand recognition

Reverts the logo image source in `client/src/components/ui/logo.tsx` back to `square-logo.png`.

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/c00d6433-c456-4bf1-a69e-9a3de3181110.jpg
This commit is contained in:
JeffEmmett 2025-05-19 15:11:30 +00:00
parent 6d86092e63
commit 3ffa3188e7
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { Link } from "wouter";
import LogoImage from "../../assets/square-logo.png";
import LogoImage from "../../assets/pilates-with-fadia-logo.png";
export function Logo({ className = "", size = "regular" }: { className?: string, size?: "small" | "regular" | "large" }) {
const sizeClasses = {