[WEB-5614] chore: sidebar enhancement #8401
This commit is contained in:
parent
1ad5772694
commit
313314ebd6
1 changed files with 5 additions and 5 deletions
|
|
@ -50,17 +50,17 @@ export const SidebarWrapper = observer(function SidebarWrapper(props: TSidebarWr
|
|||
|
||||
<div className="flex items-center justify-between gap-2 px-2">
|
||||
<span className="text-16 text-primary font-medium pt-1">{title}</span>
|
||||
{title === "Projects" && (
|
||||
<div className="flex items-center gap-2">
|
||||
<div className="flex items-center gap-2">
|
||||
{title === "Projects" && (
|
||||
<IconButton
|
||||
size="base"
|
||||
variant="ghost"
|
||||
icon={PreferencesIcon}
|
||||
onClick={() => setIsCustomizeNavDialogOpen(true)}
|
||||
/>
|
||||
<AppSidebarToggleButton />
|
||||
</div>
|
||||
)}
|
||||
)}
|
||||
<AppSidebarToggleButton />
|
||||
</div>
|
||||
</div>
|
||||
{/* Quick actions */}
|
||||
{quickActions}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue