Make integrations links open in a new page (#8933)

* Make integrations links open in a new page

* Fix target warning

(cherry picked from commit 67280f48dd)
This commit is contained in:
Robyn MacCallum 2024-04-26 07:53:11 -07:00 committed by Thomas Avery
parent d227639e1c
commit 0f24519c92
No known key found for this signature in database
GPG Key ID: A60B3C6A4F4EC228
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@
<a
class="tw-block tw-mb-0 tw-font-bold hover:tw-no-underline focus:tw-outline-none after:tw-content-[''] after:tw-block after:tw-absolute after:tw-w-full after:tw-h-full after:tw-left-0 after:tw-top-0"
[href]="linkURL"
[rel]="[externalURL ? 'noopener noreferrer' : null]"
rel="noopener noreferrer"
target="_blank"
>
{{ linkText }}
</a>