diff --git a/app/assets/javascripts/discourse/templates/header.js.handlebars b/app/assets/javascripts/discourse/templates/header.js.handlebars
index 50fa5d7f57e..89e24ba4bb1 100644
--- a/app/assets/javascripts/discourse/templates/header.js.handlebars
+++ b/app/assets/javascripts/discourse/templates/header.js.handlebars
@@ -41,12 +41,12 @@
{{/unless}}
{{#unless currentUser}}
+
-
{{/unless}}
{{#if currentUser}}
diff --git a/app/assets/stylesheets/common/base/header.scss b/app/assets/stylesheets/common/base/header.scss
index 82b10c3d40f..df5c06e79bd 100644
--- a/app/assets/stylesheets/common/base/header.scss
+++ b/app/assets/stylesheets/common/base/header.scss
@@ -57,7 +57,7 @@
.fa { margin-right: 3px; }
}
- button.sign-up-button {
+ button.login-button {
margin-left: 7px;
}