1
0
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:
Ivar Conradi Østhus 2021-08-16 10:55:06 +02:00
parent bb9ae03b27
commit 9050dfb36b
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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>

View File

@ -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',