diff options
Diffstat (limited to 'template/html/common/icons.html')
-rw-r--r-- | template/html/common/icons.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/html/common/icons.html b/template/html/common/icons.html index 703e9622..bf38b715 100644 --- a/template/html/common/icons.html +++ b/template/html/common/icons.html @@ -78,7 +78,7 @@ SOFTWARE. <line x1="16" y1="12" x2="16" y2="12.01" /> </svg> {{ end }} -{{ define "icon_original" }} +{{ define "icon_external_link" }} <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-external-link" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z"/> <path d="M11 7h-5a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-5" /> |