Remove geolink and close button nesting

This commit is contained in:
Anton Khorev 2022-09-01 00:42:50 +03:00
parent b36df9286a
commit 351a785949
2 changed files with 4 additions and 8 deletions

View file

@ -3,8 +3,6 @@
<h2><%= title %></h2>
</div>
<div>
<a class="geolink" href="<%= root_path %>">
<button type="button" class="btn-close mt-1"></button>
</a>
<a class="geolink d-block btn-close mt-1" href="<%= root_path %>"></a>
</div>
</div>