Skip to content

Commit

Permalink
Merge pull request #8991 from weseek/support/150153-change-layout-use…
Browse files Browse the repository at this point in the history
…ricon

support: Replace possition usericon
  • Loading branch information
yuki-takei authored Jul 24, 2024
2 parents 259eda5 + aa848c5 commit 10ba086
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ export const SecondaryItems: FC = memo(() => {

return (
<div className={styles['grw-secondary-items']}>
{!isGuestUser && <PersonalDropdown />}
<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" />
{!isGuestUser && <PersonalDropdown />}
</div>
);
});

0 comments on commit 10ba086

Please sign in to comment.