🎨 Code cleanup

This commit is contained in:
James Panther
2024-05-01 15:17:15 +10:00
parent 0561b834c8
commit 4b3038bb49
10 changed files with 50 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
{{ $icon := resources.Get (print "icons/" . ".svg") }}
{{ if $icon }}
<span class="relative inline-block align-text-bottom icon">
<span class="icon relative inline-block align-text-bottom">
{{ $icon.Content | safeHTML }}
</span>
{{ end }}