chore: icons + styles

This commit is contained in:
Cory Dransfeldt 2024-08-15 14:04:50 -07:00
commit fc9e0f44b1
No known key found for this signature in database
12 changed files with 24 additions and 39 deletions
src/includes/partials/blocks

View file

@ -11,7 +11,7 @@
<div class="modal-wrapper">
<div class="modal-body">
<label class="modal-close" for="{{ id }}">
{% tablericon "x" "Close modal" %}
{% tablericon "square-x" "Close modal" %}
</label>
{{ content }}
</div>