File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/apps/app-dashboard/src/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ export function Sidebar() {
7171 collapsible = "offcanvas"
7272 className = "border-r-0 bg-white dark:bg-gray-950"
7373 >
74- < SidebarHeader className = "px-4 py-4 -mt-[61px] md:mt-0 mb-0 shrink-0 border-b border-gray-200 dark:border-gray-800" >
74+ < SidebarHeader className = "px-4 py-4 -mt-[61px] md:hidden mb-0 shrink-0 border-b border-gray-200 dark:border-gray-800" >
7575 < Link to = "/developer/dashboard" className = "flex items-center" >
7676 < img
7777 src = { isDark ? '/vincent-main-logo-white.png' : '/vincent-main-logo.png' }
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export function AppSidebar() {
5353 collapsible = "offcanvas"
5454 className = "border-r-0 bg-white dark:bg-gray-950"
5555 >
56- < SidebarHeader className = "px-4 py-4 -mt-[61px] md:mt-0 mb-0 shrink-0 border-b border-gray-200 dark:border-gray-800" >
56+ < SidebarHeader className = "px-4 py-4 -mt-[61px] md:hidden mb-0 shrink-0 border-b border-gray-200 dark:border-gray-800" >
5757 < Link to = "/user/apps" className = "flex items-center" >
5858 < img
5959 src = { isDark ? '/vincent-main-logo-white.png' : '/vincent-main-logo.png' }
You can’t perform that action at this time.
0 commit comments