Skip to content

Commit

Permalink
fix: account dropdown on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
stonith404 committed Oct 11, 2022
1 parent 8c2c930 commit caed1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/navBar/ActionAvatar.tsx
Expand Up @@ -5,7 +5,7 @@ import authService from "../../services/auth.service";

const ActionAvatar = () => {
return (
<Menu>
<Menu position="bottom-start" withinPortal>
<Menu.Target>
<ActionIcon>
<Avatar size={28} radius="xl" />
Expand Down

0 comments on commit caed1f4

Please sign in to comment.