Improve visuals of sharing links

This commit is contained in:
Chris Banes
2022-11-16 13:46:39 +00:00
committed by GitHub
parent ea0a6c3698
commit 3a4e976273
2 changed files with 2 additions and 2 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="relative icon">
{{ $icon.Content | safeHTML }}
</span>
{{ end }}