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:
@ -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')
|
||||
|
||||
Reference in New Issue
Block a user