Skip to content

Commit 328b03a

Browse files
committed
chore(dashboard): remove double logo from navbar + sidebar
1 parent 27e6bbd commit 328b03a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/apps/app-dashboard/src/components/developer-dashboard/sidebar/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'}

packages/apps/app-dashboard/src/components/user-dashboard/sidebar/AppSidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'}

0 commit comments

Comments
 (0)