Skip to content

Commit

Permalink
Fix icons position
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaisa Korpela committed Jul 29, 2021
1 parent 636ce7c commit e92d109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Menu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Profile = styled.div`

const Icons = styled.div`
display: flex;
justify-content: end;
justify-content: flex-end;
`

const Menu = ({ language, user }) => {
Expand Down

0 comments on commit e92d109

Please sign in to comment.