Update ui/src/me/components/LogoutButton.tsx
Co-Authored-By: OfTheDelmer <delmer814+1@gmail.com>pull/11312/head
parent
19cf116e3d
commit
fdd53fa925
|
@ -6,7 +6,7 @@ import {Link} from 'react-router'
|
|||
import {Button, ComponentSize} from 'src/clockface'
|
||||
|
||||
const LogoutButton: SFC = () => (
|
||||
<Link to={`/logout`}>
|
||||
<Link to="/logout">
|
||||
<Button text="Logout" size={ComponentSize.ExtraSmall} />
|
||||
</Link>
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue