4
0
forked from crowetic/commerce
This commit is contained in:
Luis Alvarez
2020-10-25 13:42:11 -05:00
29 changed files with 230 additions and 224 deletions

View File

@@ -42,7 +42,7 @@ const UserNav: FC<Props> = ({ className, children, ...props }) => {
<Menu>
{({ open }) => (
<>
<Menu.Button className={s.avatarButton}>
<Menu.Button className={s.avatarButton} aria-label="Menu">
<Avatar />
</Menu.Button>
<DropdownMenu open={open} />