]> 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 87d0b8955ba69adab3f7bc3373ed0e818aa33f55..9e7877f8a41593c133cc7dd0c8e33b98bd3db688 100644 (file)
@@ -1,8 +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 d-block btn-close mt-1" href="<%= root_path %>"></a>
+    <button type="button" class="btn-close" aria-label="<%= t("javascripts.close") %>"></button>
   </div>
 </div>