updates on the ui changes including the logo and header
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user