diff options
Diffstat (limited to 'app/views/registrations/welcome.html.haml')
-rw-r--r-- | app/views/registrations/welcome.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/registrations/welcome.html.haml b/app/views/registrations/welcome.html.haml index 5ad0fbf8fbc..bebcc2152af 100644 --- a/app/views/registrations/welcome.html.haml +++ b/app/views/registrations/welcome.html.haml @@ -22,4 +22,4 @@ - if partial_exists? "registrations/welcome/button" = render "registrations/welcome/button" - else - = f.submit _('Get started!'), class: 'btn-register btn btn-block gl-mb-0 gl-p-3', data: { qa_selector: 'get_started_button' } + = f.submit _('Get started!'), class: 'btn-register gl-button btn btn-block gl-mb-0 gl-p-3', data: { qa_selector: 'get_started_button' } |