-<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>