1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-03 20:45:21 +02:00

Fix html closing tag

This commit is contained in:
Zach Gollwitzer 2025-04-22 09:05:38 -04:00
parent a7dfafc907
commit b6cf6198f4

View file

@ -10,9 +10,9 @@
<% end %> <% end %>
<span class="text-subdued"><%= title %></span> <span class="text-subdued"><%= title %></span>
<button class="absolute top-1/2 -translate-y-1/2 right-4 flex w-8 h-8 items-center justify-center rounded-lg md:hidden outline-0" data-action="click->modal#close"> <button class="absolute top-1/2 -translate-y-1/2 right-4 flex w-8 h-8 items-center justify-center rounded-lg md:hidden outline-0" data-action="click->modal#close">
<%= lucide_icon("x", class: "text-secondary w-6 h-6") %> <%= lucide_icon("x", class: "text-secondary w-6 h-6") %>
</div> </button>
</div> </div>
<div class="p-2"> <div class="p-2">