]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/application/_sidebar_header.html.erb
Remove geolink and close button nesting
[rails.git] / app / views / application / _sidebar_header.html.erb
index 83b1ae1c5415c9a3ff22ccb7ad3472f311c68007..87d0b8955ba69adab3f7bc3373ed0e818aa33f55 100644 (file)
@@ -3,8 +3,6 @@
     <h2><%= title %></h2>
   </div>
   <div>
-    <a class="geolink" href="<%= root_path %>">
-      <button type="button" class="btn-close float-end mt-1"></button>
-    </a>
+    <a class="geolink d-block btn-close mt-1" href="<%= root_path %>"></a>
   </div>
 </div>