mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
feat: updated tooljet logo, added fallback link (#12476)
* feat: updated tooljet logo, added fallback link * fix: updated logo text, label * fix: removed href from fallback link
This commit is contained in:
parent
8923d75d58
commit
6e35c375ee
7 changed files with 60 additions and 6 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 47 KiB |
|
|
@ -41,6 +41,15 @@
|
|||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="padding-y-10">
|
||||
<p style="font-size: 14px; color: #555;">
|
||||
If the button isn't accessible, copy and paste this invite link into your browser:
|
||||
<br />
|
||||
<span style="color: #555; word-break: break-all;">{{inviteUrl}}</span>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="padding-y-20 footer-note">
|
||||
<br />
|
||||
|
|
|
|||
|
|
@ -40,6 +40,15 @@
|
|||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="padding-y-10">
|
||||
<p style="font-size: 14px; color: #555;">
|
||||
If the button isn't accessible, copy and paste this invite link into your browser:
|
||||
<br />
|
||||
<span style="color: #555; word-break: break-all;">{{inviteUrl}}</span>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="padding-y-20 footer-note">
|
||||
{{#if (eq whiteLabelText "ToolJet")}}
|
||||
|
|
|
|||
|
|
@ -37,6 +37,15 @@
|
|||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="padding-y-10">
|
||||
<p style="font-size: 14px; color: #555;">
|
||||
If the button isn't accessible, copy and paste this invite link into your browser:
|
||||
<br />
|
||||
<span style="color: #555; word-break: break-all;">{{inviteUrl}}</span>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="padding-y-20 footer-note">
|
||||
{{#if (eq whiteLabelText "ToolJet")}}
|
||||
|
|
|
|||
|
|
@ -10,12 +10,12 @@
|
|||
<tr>
|
||||
<td class="padding-y-20">
|
||||
<p>
|
||||
{{#if sender}}
|
||||
{{sender}} has invited you to join the workspace -
|
||||
{{else}}
|
||||
You have been invited to join the workspace -
|
||||
{{/if}}
|
||||
<span class="text-bold">{{organizationName}}</span>. Click the button below to get started!
|
||||
{{#if sender}}
|
||||
{{sender}} has invited you to join the workspace -
|
||||
{{else}}
|
||||
You have been invited to join the workspace -
|
||||
{{/if}}
|
||||
<span class="text-bold">{{organizationName}}</span>. Click the button below to get started!
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
@ -28,6 +28,15 @@
|
|||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="padding-y-10">
|
||||
<p style="font-size: 14px; color: #555;">
|
||||
If the button isn't accessible, copy and paste this invite link into your browser:
|
||||
<br />
|
||||
<span style="color: #555; word-break: break-all;">{{inviteUrl}}</span>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="padding-y-20 footer-note">
|
||||
<br />
|
||||
|
|
|
|||
|
|
@ -28,6 +28,15 @@
|
|||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="padding-y-10">
|
||||
<p style="font-size: 14px; color: #555;">
|
||||
If the button isn't accessible, copy and paste this invite link into your browser:
|
||||
<br />
|
||||
<span style="color: #555; word-break: break-all;">{{inviteUrl}}</span>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="padding-y-20 footer-note">
|
||||
{{#if (eq whiteLabelText "ToolJet")}}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,15 @@
|
|||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="padding-y-10">
|
||||
<p style="font-size: 14px; color: #555;">
|
||||
If the button isn't accessible, copy and paste this invite link into your browser:
|
||||
<br />
|
||||
<span style="color: #555; word-break: break-all;">{{inviteUrl}}</span>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="padding-y-20 footer-note">
|
||||
{{#if (eq whiteLabelText "ToolJet")}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue