diff --git a/apps/browser/src/billing/popup/settings/premium-v2.component.html b/apps/browser/src/billing/popup/settings/premium-v2.component.html index fea3e558057..68c9a9a07b5 100644 --- a/apps/browser/src/billing/popup/settings/premium-v2.component.html +++ b/apps/browser/src/billing/popup/settings/premium-v2.component.html @@ -37,24 +37,18 @@
{{ priceString }}
- + diff --git a/apps/web/src/app/billing/individual/premium/cloud-hosted-premium.component.html b/apps/web/src/app/billing/individual/premium/cloud-hosted-premium.component.html index 095c721d9d8..e6bdfabf9c1 100644 --- a/apps/web/src/app/billing/individual/premium/cloud-hosted-premium.component.html +++ b/apps/web/src/app/billing/individual/premium/cloud-hosted-premium.component.html @@ -59,9 +59,9 @@ href="https://bitwarden.com/pricing/business/" target="_blank" rel="noopener noreferrer" + endIcon="bwi-external-link" > {{ "viewbusinessplans" | i18n }} - diff --git a/apps/web/src/app/billing/individual/premium/self-hosted-premium.component.html b/apps/web/src/app/billing/individual/premium/self-hosted-premium.component.html index 9efcd2d2e96..83470404670 100644 --- a/apps/web/src/app/billing/individual/premium/self-hosted-premium.component.html +++ b/apps/web/src/app/billing/individual/premium/self-hosted-premium.component.html @@ -30,9 +30,9 @@ linkType="primary" (click)="openUploadLicenseDialog()" class="tw-cursor-pointer tw-text-sm" + endIcon="bwi-angle-right" > {{ "uploadYourLicenseFile" | i18n }} - @@ -79,9 +79,9 @@ href="https://bitwarden.com/pricing/" target="_blank" rel="noopener noreferrer" + endIcon="bwi-external-link" > {{ "viewAllPlans" | i18n }} - diff --git a/apps/web/src/app/billing/individual/subscription/self-hosted-account-subscription.component.html b/apps/web/src/app/billing/individual/subscription/self-hosted-account-subscription.component.html index 59e5ac29fd2..1eaa24dd8af 100644 --- a/apps/web/src/app/billing/individual/subscription/self-hosted-account-subscription.component.html +++ b/apps/web/src/app/billing/individual/subscription/self-hosted-account-subscription.component.html @@ -47,9 +47,9 @@ [href]="cloudSubscriptionUrl()" target="_blank" rel="noreferrer" + endIcon="bwi-external-link" > {{ "launchCloudSubscriptionSentenceCase" | i18n }} - diff --git a/apps/web/src/app/billing/individual/upgrade/upgrade-payment/upgrade-payment.component.html b/apps/web/src/app/billing/individual/upgrade/upgrade-payment/upgrade-payment.component.html index 25235132716..d1eaa434501 100644 --- a/apps/web/src/app/billing/individual/upgrade/upgrade-payment/upgrade-payment.component.html +++ b/apps/web/src/app/billing/individual/upgrade/upgrade-payment/upgrade-payment.component.html @@ -13,9 +13,9 @@ bitDialogClose linkType="primary" [routerLink]="adminConsoleRouteForOwnedOrganization$ | async" + endIcon="bwi-angle-right" > {{ "upgradeNow" | i18n }} - diff --git a/apps/web/src/app/billing/individual/user-subscription.component.html b/apps/web/src/app/billing/individual/user-subscription.component.html index 5fa0fc3def0..8df0c632ac6 100644 --- a/apps/web/src/app/billing/individual/user-subscription.component.html +++ b/apps/web/src/app/billing/individual/user-subscription.component.html @@ -111,9 +111,9 @@ href="{{ this.cloudWebVaultUrl }}/#/settings/subscription" target="_blank" rel="noreferrer" + endIcon="bwi-external-link" > {{ "launchCloudSubscriptionSentenceCase" | i18n }} - diff --git a/apps/web/src/app/billing/members/free-bitwarden-families.component.html b/apps/web/src/app/billing/members/free-bitwarden-families.component.html index d1084b82f00..8db8ce24b29 100644 --- a/apps/web/src/app/billing/members/free-bitwarden-families.component.html +++ b/apps/web/src/app/billing/members/free-bitwarden-families.component.html @@ -1,6 +1,11 @@