Add a space to External link SVG in header menu

This commit is contained in:
Aditya Telange 2022-07-08 20:43:59 +05:30
parent 4824f4623d
commit 179fea63a3
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -131,7 +131,7 @@
{{- .Name -}}
{{ .Post -}}
</span>
{{- if (findRE "://" .URL) }}
{{- if (findRE "://" .URL) }}&nbsp;
<svg fill="none" shape-rendering="geometricPrecision" stroke="currentColor" stroke-linecap="round"
stroke-linejoin="round" stroke-width="2.5" viewBox="0 0 24 24" height="12" width="12">
<path d="M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6"></path>