mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 05:07:15 +01:00
View all rankings in details.
This commit is contained in:
parent
f535dca7b9
commit
cd76cc895f
16 changed files with 472 additions and 283 deletions
|
|
@ -47,7 +47,9 @@ export default function UserButton() {
|
|||
<Icon icon={<User />} size="large" />
|
||||
<Icon icon={<Chevron />} size="small" />
|
||||
</div>
|
||||
{showMenu && <Menu options={menuOptions} onSelect={handleSelect} align="right" />}
|
||||
{showMenu && (
|
||||
<Menu options={menuOptions} onSelect={handleSelect} float="bottom" align="right" />
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue