From 7422ea0752fb4e5ba4dc41efb0f2dae79b91e6f6 Mon Sep 17 00:00:00 2001 From: kimjaehyeon0101 <47347352-kimjaehyeon0101@users.noreply.replit.com> Date: Wed, 15 Oct 2025 11:44:22 +0000 Subject: [PATCH] Reduce the size of the Sapiens logo on the landing page Update the `src` attribute of the Sapiens logo image to include a version query parameter and change the `className` to reduce its height to 1/4 of the original size. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/930e9607-8d85-4ad9-8702-a48ff4cef074/sEk2LIT --- .replit | 14 +++++++++++++- client/src/pages/Landing.tsx | 4 ++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.replit b/.replit index 4cc4913..1fd52ce 100644 --- a/.replit +++ b/.replit @@ -22,6 +22,14 @@ externalPort = 3002 localPort = 36309 externalPort = 5173 +[[ports]] +localPort = 37333 +externalPort = 8000 + +[[ports]] +localPort = 37413 +externalPort = 5000 + [[ports]] localPort = 37531 externalPort = 3001 @@ -30,13 +38,17 @@ externalPort = 3001 localPort = 38387 externalPort = 3003 +[[ports]] +localPort = 40597 +externalPort = 6800 + [[ports]] localPort = 41425 externalPort = 6000 [[ports]] localPort = 42129 -externalPort = 5000 +externalPort = 8008 [[ports]] localPort = 43349 diff --git a/client/src/pages/Landing.tsx b/client/src/pages/Landing.tsx index 6064154..0ae67eb 100644 --- a/client/src/pages/Landing.tsx +++ b/client/src/pages/Landing.tsx @@ -148,9 +148,9 @@ export default function Landing() {