After sign-in, we'd like an avatar in the top right corner. We can use the purple chick icon for now. Right now there's a text, something like welcome {user}. When the user clicks on the avatar the dropdown appears (already implemented). The dropdown should show these options/buttons: Edit/My profile, Log out.
Definition of done:
[ ] There's an avatar icon instead of text in the header.
[ ] The avatar is clickable and shows a dropdown on click.
[ ] The avatar component has an image input to be customizable in the future.
[ ] The dropdown contains Edit/My profile and Log out options.
After sign-in, we'd like an avatar in the top right corner. We can use the purple chick icon for now. Right now there's a text, something like welcome {user}. When the user clicks on the avatar the dropdown appears (already implemented). The dropdown should show these options/buttons: Edit/My profile, Log out.
Definition of done: