fix: add no-select to external link icon

Prevents users from having the icon ligature text included in
clipboard text when copying text from the docs site.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2023-09-28 10:36:49 +02:00
parent 84ee7884e7
commit 0eca2035e7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
target="_blank"
rel="noopener"
>{{ .Text | safeHTML }}<span
class="ml-1 align-top text-[1em] material-symbols-rounded"
class="select-none ml-1 align-top text-[1em] material-symbols-rounded"
>open_in_new</span
></a
>