updates on the ui changes including the logo and header

This commit is contained in:
2026-07-18 10:54:13 +05:30
parent 6c70d5e15f
commit c4b1c580d8
2 changed files with 35 additions and 8 deletions

View File

@@ -47,10 +47,6 @@ export default function Header({ isSidebarCollapsed }) {
compact={isSidebarCollapsed}
size={isSidebarCollapsed ? 36 : 32}
height={28}
// Scaling visually enlarges the mark without growing its layout
// box, so the navbar row keeps its original width/height instead
// of stretching taller every time the logo gets bigger.
style={isSidebarCollapsed ? { transform: 'scale(1.4)' } : undefined}
/>
}
headingHref="/dashboard"