From 000fe7ff9d163193daf77538c1aff0c7d1fdc03a Mon Sep 17 00:00:00 2001 From: JeffEmmett <20747463-JeffEmmett@users.noreply.replit.com> Date: Mon, 19 May 2025 15:09:36 +0000 Subject: [PATCH] Remove the studio logo from the footer to streamline the site's appearance Remove the `SquareLogo` import and logo component from `footer.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/e32e73f5-f2d7-4efb-aa81-1ca133f29553.jpg --- client/src/components/navigation/footer.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/client/src/components/navigation/footer.tsx b/client/src/components/navigation/footer.tsx index 02ea8bc..5495d65 100644 --- a/client/src/components/navigation/footer.tsx +++ b/client/src/components/navigation/footer.tsx @@ -1,6 +1,5 @@ import { Logo } from "@/components/ui/logo"; import { Link } from "wouter"; -import SquareLogo from "../../assets/square-logo.png"; export default function Footer() { const currentYear = new Date().getFullYear(); @@ -146,14 +145,6 @@ export default function Footer() {
© {currentYear} Pilates with Fadia. All rights reserved.