X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/bfd11bf79ae63f1dd5e2e76bcb4144ed7cf94289..6e154d48c0e77ea110fc93772c6a2be113a90bb1:/app/views/layouts/_header.html.erb diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 215b5ba31..116cf227d 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -1,7 +1,10 @@

- <%= image_tag "osm_logo.png", :alt => t('layouts.logo.alt_text'), :class => 'logo' %> + + " type="image/svg+xml"> + <%= image_tag "osm_logo.png", :srcset => image_path("osm_logo.svg"), :alt => t('layouts.logo.alt_text'), :class => 'logo' %> + <%= t 'layouts.project_name.h1' %>

@@ -41,7 +44,7 @@
  • <%= link_to t('layouts.help'), help_path %>
  • <%= link_to t('layouts.about'), about_path %>