1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-22 04:14:04 +00:00

[PM-30537] add tab nav to restart premium link (#18269)

This commit is contained in:
Jason Ng
2026-01-08 16:16:08 -05:00
committed by jaasen-livefront
parent bc1ba01b40
commit 63934a5830

View File

@@ -43,7 +43,9 @@
<div>
{{ "premiumSubscriptionEndedDesc" | i18n }}
</div>
<a bitLink (click)="navigateToGetPremium()"> {{ "restartPremium" | i18n }} </a>
<a bitLink href="#" appStopClick (click)="navigateToGetPremium()">
{{ "restartPremium" | i18n }}
</a>
</ng-container>
</bit-callout>
}