Skip to content

Commit

Permalink
Merge pull request #1514 from gtandersen/geir/payment-links-fix
Browse files Browse the repository at this point in the history
style(payment): Update payment links.
  • Loading branch information
castaway authored Dec 18, 2023
2 parents 8a5f5fb + a22b53e commit cd136e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions src/app/account-app/account-renewals.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ <h1> Your Subscriptions </h1>
<ng-template #productsTable>

<p>
These are the subscriptions associated with your account.
These are the subscriptions associated with your account. You may renew any of them at any time, which will add the new period to the end of your current subscription.
</p>
<p>
You may renew any of them at any time, which will add the new period to the end of your current
subscription.
To upgrade to another account plan, please see <a routerLink="/account/plans">Plans & Upgrades</a>.
</p>

<table mat-table [dataSource]="active_products" [ngStyle]="{ width: '100%' }" multiTemplateDataRows class="renewalsTable">
Expand Down
6 changes: 3 additions & 3 deletions src/app/menu/headertoolbar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
</div>

<div *ngIf="!user_is_trial && isMainAccount" class="mainMenu">
<a mat-button routerLink="/account/subscriptions">
<mat-icon svgIcon="wallet-membership"></mat-icon>
<p class="mainMenuDesc">Renew</p>
<a mat-button routerLink="/account/plans">
<mat-icon svgIcon="rocket-launch"></mat-icon>
<p class="mainMenuDesc">Upgrades</p>
</a>
</div>

Expand Down

0 comments on commit cd136e5

Please sign in to comment.