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.