From 9a32c766a5543e36db65b00bb9aa7866fd5861fe Mon Sep 17 00:00:00 2001
From: kimjaehyeon0101 <47347352-kimjaehyeon0101@users.noreply.replit.com>
Date: Wed, 15 Oct 2025 10:00:29 +0000
Subject: [PATCH] Enlarge and adjust logo size and position in header and
footer
Increase the size of the SAPIENS logo in the header by 2x and shift it left to align with other elements. Also, double the size of the logo in the footer.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9a264234-c5d7-4dcc-adf3-a954b149b30d
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/9a264234-c5d7-4dcc-adf3-a954b149b30d/uLfJUnK
---
client/src/components/Footer.tsx | 2 +-
client/src/pages/Home.tsx | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/client/src/components/Footer.tsx b/client/src/components/Footer.tsx
index cd6c14d..7238d9f 100644
--- a/client/src/components/Footer.tsx
+++ b/client/src/components/Footer.tsx
@@ -12,7 +12,7 @@ export default function Footer() {
setLocation("/")}
/>
diff --git a/client/src/pages/Home.tsx b/client/src/pages/Home.tsx
index 9708d15..96eaca2 100644
--- a/client/src/pages/Home.tsx
+++ b/client/src/pages/Home.tsx
@@ -97,11 +97,11 @@ export default function Home() {
-
+

setLocation("/")}
/>