1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-31 08:20:37 +01:00

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

View File

@ -18,7 +18,8 @@
<a <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" 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" [href]="linkURL"
[rel]="[externalURL ? 'noopener noreferrer' : null]" rel="noopener noreferrer"
target="_blank"
> >
{{ linkText }} {{ linkText }}
</a> </a>