Skip to content

Commit 313314e

Browse files
[WEB-5614] chore: sidebar enhancement #8401
1 parent 1ad5772 commit 313314e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apps/web/core/components/sidebar/sidebar-wrapper.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@ export const SidebarWrapper = observer(function SidebarWrapper(props: TSidebarWr
5050

5151
<div className="flex items-center justify-between gap-2 px-2">
5252
<span className="text-16 text-primary font-medium pt-1">{title}</span>
53-
{title === "Projects" && (
54-
<div className="flex items-center gap-2">
53+
<div className="flex items-center gap-2">
54+
{title === "Projects" && (
5555
<IconButton
5656
size="base"
5757
variant="ghost"
5858
icon={PreferencesIcon}
5959
onClick={() => setIsCustomizeNavDialogOpen(true)}
6060
/>
61-
<AppSidebarToggleButton />
62-
</div>
63-
)}
61+
)}
62+
<AppSidebarToggleButton />
63+
</div>
6464
</div>
6565
{/* Quick actions */}
6666
{quickActions}

0 commit comments

Comments
 (0)