Skip to content

Commit

Permalink
fixed logout link
Browse files Browse the repository at this point in the history
  • Loading branch information
abottega committed Aug 30, 2021
1 parent ac693d8 commit 37ee706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/Header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ export default function Header({
{sideMenuContent}
{logoutFunction && (
<StyledLink id="logoutButton" white bold onClick={logoutFunction}>
<Icon icon={["fas", "lock"]} colour="white" />
<Icon icon={["fas", "lock"]} colour="white" mr="s" />
Logout
</StyledLink>
)}
Expand Down

0 comments on commit 37ee706

Please sign in to comment.