1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00

chore: update footer

This commit is contained in:
Nuno Góis 2025-05-14 12:33:12 +01:00
parent 929e712daf
commit b2cd12b373
No known key found for this signature in database
GPG Key ID: 71ECC689F1091765
3 changed files with 6 additions and 6 deletions

View File

@ -424,6 +424,7 @@ export class EmailService {
name: this.stripSpecialCharacters(name), name: this.stripSpecialCharacters(name),
year, year,
unleashUrl, unleashUrl,
recipient,
}; };
let gettingStartedTemplate = 'getting-started'; let gettingStartedTemplate = 'getting-started';

View File

@ -155,9 +155,9 @@
</div> </div>
<div class="footer"> <div class="footer">
<p> <p>
<a href="https://github.com/unleash" target="_blank">Follow us on GitHub</a><br /> By starting to use Unleash, you are agreeing to our <a href="https://www.getunleash.io/terms-of-service" target="_blank" rel="noopener noreferrer">Terms of Service</a>
&copy; {{ year }} Bricks Software All rights reserved.<br /> <br />
Our mailing address is: <a href="mailto:team@getunleash.io">team@getunleash.io</a> This email was sent to {{ recipient }}
</p> </p>
</div> </div>
</div> </div>

View File

@ -23,6 +23,5 @@ Once you're up and running, you might want to take a look at the following resou
Best, Best,
Your Unleash team Your Unleash team
Follow us on GitHub: https://github.com/unleash By starting to use Unleash, you are agreeing to our Terms of Service: https://www.getunleash.io/terms-of-service
Contact us: team@getunleash.io This email was sent to {{ recipient }}
© {{ year }} Bricks Software All rights reserved.