mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
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:
parent
e4ebe31971
commit
49d270ba2c
1 changed files with 1 additions and 1 deletions
2
website/views/layouts/layout-email.ejs
vendored
2
website/views/layouts/layout-email.ejs
vendored
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue