diff --git a/app/assets/javascripts/templates/registration/social.html.haml b/app/assets/javascripts/templates/registration/social.html.haml index c89a441157..b217ebcc60 100644 --- a/app/assets/javascripts/templates/registration/social.html.haml +++ b/app/assets/javascripts/templates/registration/social.html.haml @@ -30,5 +30,6 @@ .row.buttons .small-12.columns - %input.button.primary.left{ type: "button", value: "Back", ng: { click: "select('about')" } } - %input.button.primary.right{ type: "button", value: "Continue", ng: { click: "update('finished')" } } \ No newline at end of file + %input.button.secondary{ type: "button", value: "Back", ng: { click: "select('about')" } } +   + %input.button.primary{ type: "button", value: "Continue", ng: { click: "update('finished')" } } \ No newline at end of file