mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
fix: adjust logo in emails
This commit is contained in:
parent
bb9ae03b27
commit
9050dfb36b
@ -466,7 +466,7 @@
|
||||
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">
|
||||
<tr>
|
||||
<td valign="top" class="headerContent">
|
||||
<img src="https://www.getunleash.io/logos/unleash_pos.svg" style="max-width:600px;padding:1rem;" id="headerImage" mc:label="header_image" mc:edit="header_image" mc:allowdesigner mc:allowtext />
|
||||
<img src="https://cdn.getunleash.io/unleash_logo_600.png" style="max-width:600px;padding:1rem;" id="headerImage" mc:label="header_image" mc:edit="header_image" mc:allowdesigner mc:allowtext />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -504,7 +504,7 @@
|
||||
<ul>
|
||||
<li><a href="https://docs.getunleash.io" target="_blank" rel="noopener noreferrer">Documentation</a></li>
|
||||
<li><a href="https://github.com/unleash" target="_blank" rel="noopener noreferrer">Code examples</a></li>
|
||||
<li><a href="https://docs.getunleash.io/docs/user_guide/connect_sdk" target="_blank" rel="noopener noreferrer">SDKs</a></li>
|
||||
<li><a href="https://docs.getunleash.io/sdks" target="_blank" rel="noopener noreferrer">SDKs</a></li>
|
||||
</ul>
|
||||
|
||||
Best
|
||||
|
@ -13,7 +13,7 @@ Useful resources:
|
||||
|
||||
- https://docs.getunleash.io
|
||||
- https://github.com/unleash
|
||||
- https://docs.getunleash.io/docs/user_guide/connect_sdk
|
||||
- https://docs.getunleash.io/sdks
|
||||
|
||||
Best
|
||||
Your Unleash team
|
@ -466,7 +466,7 @@
|
||||
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">
|
||||
<tr>
|
||||
<td valign="top" class="headerContent">
|
||||
<img src="https://www.getunleash.io/logos/unleash_pos.svg" style="max-width:600px;padding:1rem;" id="headerImage" mc:label="header_image" mc:edit="header_image" mc:allowdesigner mc:allowtext />
|
||||
<img src="https://cdn.getunleash.io/unleash_logo_600.png" style="max-width:600px;padding:1rem;" id="headerImage" mc:label="header_image" mc:edit="header_image" mc:allowdesigner mc:allowtext />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -113,7 +113,7 @@ module.exports = {
|
||||
redirects: [
|
||||
{
|
||||
to: '/sdks',
|
||||
from: ['/user_guide/client-sdk', '/client-sdk']
|
||||
from: ['/user_guide/client-sdk', '/client-sdk', '/user_guide/connect_sdk']
|
||||
},
|
||||
{
|
||||
to: '/user_guide/api-token',
|
||||
|
Loading…
Reference in New Issue
Block a user