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:
parent
a7dfafc907
commit
b6cf6198f4
1 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue