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

* Make integrations links open in a new page

* Fix target warning
This commit is contained in:
Robyn MacCallum 2024-04-26 07:53:11 -07:00 committed by GitHub
parent a7958c1a56
commit 67280f48dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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>