Skip to content

Commit

Permalink
Merge pull request #1502 from gtandersen/geir/welcome-offer
Browse files Browse the repository at this point in the history
fix(welcome): Make image URL relative.
  • Loading branch information
castaway authored Oct 19, 2023
2 parents 11d9680 + 7f0fba2 commit 3b01d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/welcome/welcomedesk.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h1>Welcome to Runbox</h1>
<h2>Congratulations -- your new Runbox account is ready!</h2>
<br />
<a routerLink="/account/plans">
<img src="/assets/intro-special-banner-2023.jpg" id="introSpecialOfferBanner" alt="Special Offer: Get a full year added to your main subscription for free"/>
<img src="assets/intro-special-banner-2023.jpg" id="introSpecialOfferBanner" alt="Special Offer: Get a full year added to your main subscription for free"/>
</a>
<p>
The price shown is the subscription fee for a Micro account for the first 2 years when taking advantage of the offer. This offer is valid for all main account plans within 24 hours of signing up, in addition to any other current offers. All initial subscription payments include a 60-day money back guarantee.
Expand Down

0 comments on commit 3b01d5b

Please sign in to comment.