]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/application/_sidebar_header.html.erb
Merge pull request #4111 from AntonKhorev/hidden-welcome-banner
[rails.git] / app / views / application / _sidebar_header.html.erb
index ed88a5ae3e0caea234671993664cd80da34fa629..9e7877f8a41593c133cc7dd0c8e33b98bd3db688 100644 (file)
@@ -1,6 +1,6 @@
-<div class="d-flex w-100">
+<div class="d-flex">
   <h2 class="flex-grow-1 text-break"><%= title %></h2>
   <div>
-    <a class="geolink d-block btn-close" href="<%= root_path %>"></a>
+    <button type="button" class="btn-close" aria-label="<%= t("javascripts.close") %>"></button>
   </div>
 </div>