Update ui/src/me/components/LogoutButton.tsx

Co-Authored-By: OfTheDelmer <delmer814+1@gmail.com>
pull/11312/head
Chris Henn 2019-01-18 17:34:57 -05:00 committed by GitHub
parent 19cf116e3d
commit fdd53fa925
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>
)