From 3ffa3188e7d6c65bea1d857514623f0921c9ad1a Mon Sep 17 00:00:00 2001 From: JeffEmmett <20747463-JeffEmmett@users.noreply.replit.com> Date: Mon, 19 May 2025 15:11:30 +0000 Subject: [PATCH] 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 --- client/src/components/ui/logo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/ui/logo.tsx b/client/src/components/ui/logo.tsx index a847ee3..74b3daa 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/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 = {