This commit is contained in:
Kalle (Sendou)
2021-04-27 13:16:49 +03:00
parent 5c5d359234
commit 230930a6b4

View File

@@ -58,6 +58,7 @@ const NavButtons = ({ onButtonClick }: { onButtonClick?: () => void }) => {
_hover={{
bg: bgColor,
}}
onClick={onButtonClick}
>
<UserAvatar user={user} size="sm" />
<Box ml={2}>My Page</Box>