Switch out logo on login pages for instance name

This commit is contained in:
Emma Winston 2019-10-01 15:09:08 +01:00
parent 38e1afa724
commit 2a7cc4ff1e
1 changed files with 2 additions and 2 deletions

View File

@ -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'