Skip to content

Commit

Permalink
style(payment): Correct bookmaark links and add image.
Browse files Browse the repository at this point in the history
  • Loading branch information
gtandersen committed Oct 4, 2024
1 parent 0dab9c5 commit d818d5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/account-app/account-upgrades.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h4>
<h3>
Welcome to our store!
</h3>
<img src="https://runbox.com/wp-content/uploads/cropped-sustainability-2-2400x632.png" id="NorwayGraphic" />
<img src="assets/payment/sustainability-2-cropped.jpg" id="NorwayGraphic" />
<p>
By subscribing to Runbox you support an independent and sustainable business in Norway, where your email will stay secure and private indefinitely.
</p>
Expand All @@ -28,13 +28,13 @@ <h3>
</p>

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

0 comments on commit d818d5a

Please sign in to comment.