From 6d86092e638d3bf977699ebed0f3d86957a0336c Mon Sep 17 00:00:00 2001 From: JeffEmmett <20747463-JeffEmmett@users.noreply.replit.com> Date: Mon, 19 May 2025 15:10:37 +0000 Subject: [PATCH] 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 --- 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 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 = {