]> 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 da1f6bf45644e1d45352ca17e6ff6f789e2932f4..9e7877f8a41593c133cc7dd0c8e33b98bd3db688 100644 (file)
@@ -1,10 +1,6 @@
-<div class="d-flex w-100">
-  <div class="flex-grow-1 text-break">
-    <h2><%= title %></h2>
-  </div>
+<div class="d-flex">
+  <h2 class="flex-grow-1 text-break"><%= title %></h2>
   <div>
-    <a class="geolink" href="<%= root_path %>">
-      <span class="icon close"></span>
-    </a>
+    <button type="button" class="btn-close" aria-label="<%= t("javascripts.close") %>"></button>
   </div>
 </div>