mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-01-29 01:28:59 -05:00
fix: account dropdown on mobile
This commit is contained in:
parent
8c2c930153
commit
caed1f40ad
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import authService from "../../services/auth.service";
|
||||||
|
|
||||||
const ActionAvatar = () => {
|
const ActionAvatar = () => {
|
||||||
return (
|
return (
|
||||||
<Menu>
|
<Menu position="bottom-start" withinPortal>
|
||||||
<Menu.Target>
|
<Menu.Target>
|
||||||
<ActionIcon>
|
<ActionIcon>
|
||||||
<Avatar size={28} radius="xl" />
|
<Avatar size={28} radius="xl" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue