mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +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">
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user