mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
open install extension in new tab (#13775)
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
<div class="tw-text-center" *ngIf="shouldShow$ | async">
|
<div class="tw-text-center" *ngIf="shouldShow$ | async">
|
||||||
<p class="tw-mb-0">{{ "doNotHaveExtension" | i18n }}</p>
|
<p class="tw-mb-0">{{ "doNotHaveExtension" | i18n }}</p>
|
||||||
<a bitLink [href]="webStoreUrl">{{ "installExtension" | i18n }}</a>
|
<a bitLink [href]="webStoreUrl" target="_blank" rel="noreferrer">
|
||||||
|
{{ "installExtension" | i18n }}
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user