diff --git a/frontend/src/component/app.jsx b/frontend/src/component/app.jsx
index 600fc6e60a..3aac6b674d 100644
--- a/frontend/src/component/app.jsx
+++ b/frontend/src/component/app.jsx
@@ -184,6 +184,7 @@ export default class App extends Component {
{createListItem('/history', 'Event History')}
{createListItem('/archive', 'Archived Toggles')}
{createListItem('/applications', 'Applications')}
+ Sign out
diff --git a/frontend/src/component/user/authentication-custom-component.jsx b/frontend/src/component/user/authentication-custom-component.jsx
index 1169227ebb..dd051df39d 100644
--- a/frontend/src/component/user/authentication-custom-component.jsx
+++ b/frontend/src/component/user/authentication-custom-component.jsx
@@ -15,7 +15,7 @@ class AuthenticationCustomComponent extends React.Component {
diff --git a/frontend/src/component/user/authentication-simple-component.jsx b/frontend/src/component/user/authentication-simple-component.jsx
index b1c7f2cbd5..4f3fb51555 100644
--- a/frontend/src/component/user/authentication-simple-component.jsx
+++ b/frontend/src/component/user/authentication-simple-component.jsx
@@ -33,15 +33,15 @@ class SimpleAuthenticationComponent extends React.Component {
This instance of Unleash is not set up with a secure authentication provider. You can read more
about{' '}
- securing unleash on GitHub
+ securing Unleash on GitHub
-