Merge remote-tracking branch 'upstream/pull/4269'

This commit is contained in:
Tom Hughes 2023-10-02 18:53:14 +01:00
commit 95041ec81a

View file

@ -1,10 +1,7 @@
<header class="closed clearfix">
<h1>
<a href="<%= root_path %>" class="geolink">
<picture>
<source srcset="<%= image_path "osm_logo.svg" %>" type="image/svg+xml" />
<%= image_tag "osm_logo.png", :srcset => image_path("osm_logo.svg"), :alt => t("layouts.logo.alt_text"), :class => "logo" %>
</picture>
<%= image_tag "osm_logo.png", :srcset => image_path("osm_logo.svg"), :alt => t("layouts.logo.alt_text"), :class => "logo" %>
<%= t "layouts.project_name.h1" %>
</a>
</h1>