From 44df1ef34da582d83dcc39156789bf75a68f4f68 Mon Sep 17 00:00:00 2001 From: Jackson Date: Thu, 19 Jun 2025 12:05:46 +0100 Subject: [PATCH] fix(footer): update footer logo to match custom LocalLoop logo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replace Calendar icon placeholder with actual custom logo.svg in footer - Match the navigation logo implementation for consistency - Remove unnecessary Calendar import and rounded background styling - Footer now displays the proper custom LocalLoop logo design 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- components/ui/Footer.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/components/ui/Footer.tsx b/components/ui/Footer.tsx index 96e3281..c985aba 100644 --- a/components/ui/Footer.tsx +++ b/components/ui/Footer.tsx @@ -1,17 +1,17 @@ import React from 'react'; import Link from 'next/link'; -import { Calendar } from 'lucide-react'; export function Footer() { return (