mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 13:47:15 +01:00
Fixed profile button.
This commit is contained in:
parent
6c4a297697
commit
63bfad4d9c
4 changed files with 9 additions and 6 deletions
|
|
@ -34,7 +34,7 @@ export function ProfileButton() {
|
|||
</Icon>
|
||||
</Button>
|
||||
<Popup position="bottom" alignment={dir === 'rtl' ? 'start' : 'end'}>
|
||||
<Menu variant="popup" onSelect={handleSelect} className={styles.menu}>
|
||||
<Menu onSelect={handleSelect} className={styles.menu}>
|
||||
<Item key="user" className={styles.item}>
|
||||
<Text>{user.username}</Text>
|
||||
</Item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue