Switch out old hometown logo for new one

Also tidies up a bunch of svgs that were hardcoded and shouldn't have been
This commit is contained in:
Emma Winston
2019-10-02 00:57:31 +01:00
parent 08f6148334
commit 682afe8d2d
10 changed files with 51 additions and 17 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', 'hometownlogo.svg')
= render file: Rails.root.join('app', 'javascript', 'images', 'hometown.svg')
= render file: Rails.root.join('app', 'javascript', 'images', 'logo_full.svg')