Changed feature close buttons to Bootstrap

This commit is contained in:
Anton Khorev 2022-07-27 21:02:16 +03:00
parent 66e526c2d5
commit 4000a4004b
2 changed files with 4 additions and 3 deletions

View file

@ -4,7 +4,7 @@
</div>
<div>
<a class="geolink" href="<%= root_path %>">
<span class="icon close"></span>
<button type="button" class="btn-close float-end mt-1"></button>
</a>
</div>
</div>