Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/4269'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Oct 2, 2023
2 parents 389b715 + 94fead6 commit 95041ec
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/views/layouts/_header.html.erb
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 95041ec

Please sign in to comment.