Fix URLs in welcome email

This commit is contained in:
Seth Call 2024-12-01 22:00:24 -06:00
parent 5ab863bc33
commit 67241e7be7
1 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@
<h4 style="margin-bottom: 0">1. Fill Out Your Profile</h4>
<p style="margin-top: 0;">Your profile tells other musicians what instruments you play, what genres you like, and more to help get you matched up to play with others. Click the button below to update your profile.</p>
<p style="text-align:center">
<a href="<%= APP_CONFIG.spa_origin %>/profile" style="color: #fff;
<a href="<%= APP_CONFIG.external_root_url %>/client#/profile/<%= @user.id %>" style="color: #fff;
text-decoration: none;
background-color: #2c7be5;
border-color: #2c7be5;
@ -65,7 +65,7 @@
<h4 style="margin-bottom: 0">2. Download & Install the App</h4>
<p style="margin-top: 0;">To play online with others, you will use JamKazams Mac or Windows app. If you havent grabbed our app yet, click the Download App button below to go to the download page. Then double click the downloaded installer, and follow the on-screen instructions to install the app. (Note: If youre on a Mac that cant run MacOS 10.15 or later, click the Download Legacy App button, as that version of the app supports older MacOS versions back to 10.7.) </p>
<p style="text-align:center">
<a href="<%= APP_CONFIG.spa_origin %>/download" style="color: #fff;
<a href="<%= APP_CONFIG.external_root_url %>/downloads" style="color: #fff;
text-decoration: none;
background-color: #2c7be5;
border-color: #2c7be5;
@ -80,7 +80,7 @@
box-shadow 0.15s ease-in-out;">
Download App
</a>
<a href="<%= APP_CONFIG.spa_origin %>/download" style="color: #fff;
<a href="<%= APP_CONFIG.external_root_url %>/downloads-legacy" style="color: #fff;
text-decoration: none;
background-color: #2c7be5;
border-color: #2c7be5;