From 9452e10d7a73824c932ccbdcde24a0b86bdf3ce8 Mon Sep 17 00:00:00 2001
From: kimjaehyeon0101 <47347352-kimjaehyeon0101@users.noreply.replit.com>
Date: Tue, 30 Sep 2025 06:59:07 +0000
Subject: [PATCH] Adjust logo size for better visual appearance across the
platform
Update the max-width property for the SAPIENS logo image in MediaOutlet.tsx and Report.tsx from 45px to 55px to horizontally stretch the logo for a more natural look.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 0fb68265-c270-4198-9584-3d9be9bddb41
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/0fb68265-c270-4198-9584-3d9be9bddb41/sXqrCAq
---
client/src/pages/MediaOutlet.tsx | 2 +-
client/src/pages/Report.tsx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/client/src/pages/MediaOutlet.tsx b/client/src/pages/MediaOutlet.tsx
index 25170c2..1833636 100644
--- a/client/src/pages/MediaOutlet.tsx
+++ b/client/src/pages/MediaOutlet.tsx
@@ -209,7 +209,7 @@ export default function MediaOutlet() {