Skip to content

Commit

Permalink
fix(): login page
Browse files Browse the repository at this point in the history
  • Loading branch information
hopetambala committed Aug 17, 2019
1 parent 04bc1f9 commit 4d25d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/landing-page/landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class MobileContainer extends Component {
<Icon name='sidebar' />
</Menu.Item>
<Menu.Item position='right'>
<Button as='a' inverted>
<Button as={Link} to='/login' inverted>
Log in
</Button>
<Button as='a' inverted style={{ marginLeft: '0.5em' }}>
Expand Down

0 comments on commit 4d25d81

Please sign in to comment.