|
@@ -79,7 +79,7 @@ const SidebarNav: FC<Props> = (props: Props) => {
|
|
|
<div className="grw-sidebar-nav-primary-container">
|
|
<div className="grw-sidebar-nav-primary-container">
|
|
|
{!isSharedUser && <PrimaryItem contents={SidebarContentsType.CUSTOM} label="Custom Sidebar" iconName="code" onItemSelected={onItemSelected} />}
|
|
{!isSharedUser && <PrimaryItem contents={SidebarContentsType.CUSTOM} label="Custom Sidebar" iconName="code" onItemSelected={onItemSelected} />}
|
|
|
{!isSharedUser && <PrimaryItem contents={SidebarContentsType.RECENT} label="Recent Changes" iconName="update" onItemSelected={onItemSelected} />}
|
|
{!isSharedUser && <PrimaryItem contents={SidebarContentsType.RECENT} label="Recent Changes" iconName="update" onItemSelected={onItemSelected} />}
|
|
|
- {!isSharedUser && <PrimaryItem contents={SidebarContentsType.TAG} label="Tags" iconName="icon-tag" onItemSelected={onItemSelected} /> }
|
|
|
|
|
|
|
+ {!isSharedUser && <PrimaryItem contents={SidebarContentsType.TAG} label="Tags" iconName="tag" onItemSelected={onItemSelected} /> }
|
|
|
{/* <PrimaryItem id="favorite" label="Favorite" iconName="icon-star" /> */}
|
|
{/* <PrimaryItem id="favorite" label="Favorite" iconName="icon-star" /> */}
|
|
|
</div>
|
|
</div>
|
|
|
<div className="grw-sidebar-nav-secondary-container">
|
|
<div className="grw-sidebar-nav-secondary-container">
|