Fix html closing tag
This commit is contained in:
@@ -10,9 +10,9 @@
|
||||
<% end %>
|
||||
|
||||
<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") %>
|
||||
</div>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="p-2">
|
||||
|
||||
Reference in New Issue
Block a user