Skip to content
Snippets Groups Projects
Commit 89247bf8 authored by Tamás Szabó's avatar Tamás Szabó
Browse files

solves #15

parent b67696b0
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ class Header extends Component {
{
this.props.user.id ?
<Button.Group>
<Button inverted as={Link} to='/profile'>Profil</Button>
<Button inverted as={Link} to='/profile'>Profilom</Button>
<Button as='a' href='/api/v1/logout/' icon='sign out' />
</Button.Group>
:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment