From 4e4f6ed8ab8b2f708c0bec296437690952f66a88 Mon Sep 17 00:00:00 2001
From: JeffEmmett <20747463-JeffEmmett@users.noreply.replit.com>
Date: Mon, 19 May 2025 15:19:05 +0000
Subject: [PATCH] Enlarge the logo in the website footer to improve brand
visibility
Increase the height of the SquareLogo component in footer.tsx from h-24 to h-48.
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/8cd2f680-a433-481b-bb53-847dbeeb2ec3.jpg
---
client/src/components/navigation/footer.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/client/src/components/navigation/footer.tsx b/client/src/components/navigation/footer.tsx
index d975cbe..2c39743 100644
--- a/client/src/components/navigation/footer.tsx
+++ b/client/src/components/navigation/footer.tsx
@@ -13,7 +13,7 @@ export default function Footer() {
@@ -155,7 +155,7 @@ export default function Footer() {