mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-01 13:47:27 +02:00
chore: update footer
This commit is contained in:
parent
929e712daf
commit
b2cd12b373
@ -424,6 +424,7 @@ export class EmailService {
|
||||
name: this.stripSpecialCharacters(name),
|
||||
year,
|
||||
unleashUrl,
|
||||
recipient,
|
||||
};
|
||||
|
||||
let gettingStartedTemplate = 'getting-started';
|
||||
|
@ -155,9 +155,9 @@
|
||||
</div>
|
||||
<div class="footer">
|
||||
<p>
|
||||
<a href="https://github.com/unleash" target="_blank">Follow us on GitHub</a><br />
|
||||
© {{ year }} Bricks Software – All rights reserved.<br />
|
||||
Our mailing address is: <a href="mailto:team@getunleash.io">team@getunleash.io</a>
|
||||
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>
|
||||
<br />
|
||||
This email was sent to {{ recipient }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -23,6 +23,5 @@ Once you're up and running, you might want to take a look at the following resou
|
||||
Best,
|
||||
Your Unleash team
|
||||
|
||||
Follow us on GitHub: https://github.com/unleash
|
||||
Contact us: team@getunleash.io
|
||||
© {{ year }} Bricks Software – All rights reserved.
|
||||
By starting to use Unleash, you are agreeing to our Terms of Service: https://www.getunleash.io/terms-of-service
|
||||
This email was sent to {{ recipient }}
|
||||
|
Loading…
Reference in New Issue
Block a user