hometown logo in footer

This commit is contained in:
Emma Winston
2019-09-17 22:00:48 +01:00
parent a11573e9f2
commit b51aba95b3
4 changed files with 4 additions and 3 deletions

View File

@ -35,5 +35,5 @@
= content_for?(:content) ? yield(:content) : yield
%div{ style: 'display: none'}
= render file: Rails.root.join('app', 'javascript', 'images', 'logo_transparent.svg')
= render file: Rails.root.join('app', 'javascript', 'images', 'hometownlogo.svg')
= render file: Rails.root.join('app', 'javascript', 'images', 'logo_full.svg')