diff --git a/app/views/layouts/auth.html.haml b/app/views/layouts/auth.html.haml index 585e24655..9b90e125d 100644 --- a/app/views/layouts/auth.html.haml +++ b/app/views/layouts/auth.html.haml @@ -5,8 +5,8 @@ .container-alt .logo-container %h1 - = link_to root_path do - = svg_logo_full + = link_to root_path, class: 'brand' do + = site_title .form-container = render 'flashes'