Website: Update email footer (#18504)

Closes: https://github.com/fleetdm/confidential/issues/6254

Changes:
- Updated the footer in the website's email template (Fleet Device
Management Inc. » Fleet Inc.)
This commit is contained in:
Eric 2024-04-24 10:46:23 -05:00 committed by GitHub
parent e4ebe31971
commit 49d270ba2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@
<a href="https://fleetdm.com/slack"><img style="height: 20px; width: 20px;" alt="Join the osquery Slack community" src="<%= url.resolve(sails.config.custom.baseUrl,'images/logo-slack-24x24@2x.png')%>"></a>
</div>
<div style="text-align: left; padding-top: 15px; font-size: 12px; color: #3E4771;">
<p>© <%= (new Date()).getFullYear() %> Fleet Device Management Inc.<br> All trademarks, service marks, and company names are the property of their respective owners.</p>
<p>© <%= (new Date()).getFullYear() %> Fleet Inc.<br> All trademarks, service marks, and company names are the property of their respective owners.</p>
</div>
</div>
</div>