We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad5772 commit 313314eCopy full SHA for 313314e
apps/web/core/components/sidebar/sidebar-wrapper.tsx
@@ -50,17 +50,17 @@ export const SidebarWrapper = observer(function SidebarWrapper(props: TSidebarWr
50
51
<div className="flex items-center justify-between gap-2 px-2">
52
<span className="text-16 text-primary font-medium pt-1">{title}</span>
53
- {title === "Projects" && (
54
- <div className="flex items-center gap-2">
+ <div className="flex items-center gap-2">
+ {title === "Projects" && (
55
<IconButton
56
size="base"
57
variant="ghost"
58
icon={PreferencesIcon}
59
onClick={() => setIsCustomizeNavDialogOpen(true)}
60
/>
61
- <AppSidebarToggleButton />
62
- </div>
63
- )}
+ )}
+ <AppSidebarToggleButton />
+ </div>
64
</div>
65
{/* Quick actions */}
66
{quickActions}
0 commit comments