From 2b47231e16015183f06249b1fdfbe7727ba8fdc8 Mon Sep 17 00:00:00 2001 From: Albert Date: Sun, 9 Nov 2025 16:03:59 +0000 Subject: [PATCH] fix: Reduce logo scale to prevent overlap with app title MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Changed logo scale from 3.5x to 1.5x in MobileHeader - Changed logo scale from 3.5x to 1.5x in DesktopSidebar - Prevents logo from overlapping with "Ponderants" title text - Maintains proper spacing and visual hierarchy 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- components/Navigation/DesktopSidebar.tsx | 2 +- components/Navigation/MobileHeader.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Navigation/DesktopSidebar.tsx b/components/Navigation/DesktopSidebar.tsx index 569f139..80c6402 100644 --- a/components/Navigation/DesktopSidebar.tsx +++ b/components/Navigation/DesktopSidebar.tsx @@ -56,7 +56,7 @@ export function DesktopSidebar() { Ponderants logo diff --git a/components/Navigation/MobileHeader.tsx b/components/Navigation/MobileHeader.tsx index bad05f1..8fccceb 100644 --- a/components/Navigation/MobileHeader.tsx +++ b/components/Navigation/MobileHeader.tsx @@ -28,7 +28,7 @@ export function MobileHeader() { Ponderants logo