|
|
@@ -120,7 +120,6 @@ export const SidebarNav: FC<Props> = (props: Props) => {
|
|
|
<PrimaryItem contents={SidebarContentsType.RECENT} label="Recent Changes" iconName="update" onItemSelected={onItemSelected} />
|
|
|
<PrimaryItem contents={SidebarContentsType.BOOKMARKS} label="Bookmarks" iconName="bookmark" onItemSelected={onItemSelected} />
|
|
|
<PrimaryItem contents={SidebarContentsType.TAG} label="Tags" iconName="local_offer" onItemSelected={onItemSelected} />
|
|
|
- <SecondaryItem label="Trash" href="/trash" iconName="delete" />
|
|
|
</div>
|
|
|
<div className="grw-sidebar-nav-secondary-container">
|
|
|
{/* TODO: This setting will be consolidated in "Settings" on My Page, so delete it from here. */}
|
|
|
@@ -129,6 +128,7 @@ export const SidebarNav: FC<Props> = (props: Props) => {
|
|
|
<InAppNotificationDropdown />
|
|
|
<SecondaryItem label="Help" iconName="help" href={growiCloudUri != null ? 'https://growi.cloud/help/' : 'https://docs.growi.org'} isBlank />
|
|
|
{isAdmin && <SecondaryItem label="Admin" iconName="settings" href="/admin" />}
|
|
|
+ <SecondaryItem label="Trash" href="/trash" iconName="delete" />
|
|
|
</div>
|
|
|
</div>
|
|
|
);
|