Skip to content

Commit

Permalink
fix(payment): Correct bookmark links for production.
Browse files Browse the repository at this point in the history
  • Loading branch information
gtandersen committed Oct 7, 2024
1 parent 7cc7f60 commit 3eed34f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/account-app/account-upgrades.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ <h3>
</p>

<div class="navigationButtons">
<a href="/account/plans#recommended">
<a href="/app/account/plans#recommended">
<button mat-raised-button color="accent" class="plansLink">
Recommended plans
</button>
</a>
<a href="/account/plans#compare">
<a href="/app/account/plans#compare">
<button mat-raised-button color="accent" class="plansLink">
Compare price plans
</button>
</a>
<a href="/account/plans#subaccounts">
<a href="/app/account/plans#subaccounts">
<button mat-raised-button color="accent" class="plansLink">
Additional accounts
</button>
Expand Down

0 comments on commit 3eed34f

Please sign in to comment.