mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Issue#3802 - Team to user switch fixed
This commit is contained in:
parent
a19b92a5cb
commit
a645dc7ba5
2 changed files with 4 additions and 6 deletions
|
|
@ -93,7 +93,7 @@ export function NavButton({ showText = true }: TeamsButtonProps) {
|
|||
<Column minWidth="300px">
|
||||
<Menu selectionMode="single" selectedKeys={selectedKeys}>
|
||||
<MenuSection title={formatMessage(labels.myAccount)}>
|
||||
<MenuItem id="user" href={getUrl('/')}>
|
||||
<MenuItem id="user" href={getUrl('/websites')}>
|
||||
<IconLabel icon={<User />} label={user.username} />
|
||||
</MenuItem>
|
||||
</MenuSection>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue