♻️ Update verify email

This commit is contained in:
Luis de Dios 2026-06-10 09:54:14 +02:00
parent df7a928842
commit 572ee63a89
5 changed files with 24 additions and 15 deletions

View File

@ -29,10 +29,8 @@
style="vertical-align:top;" width="100%">
<tr>
<td align="center" style="font-size:0px;padding:10px 25px;word-break:break-word;">
<div
style="font-family:Source Sans Pro, sans-serif;font-size:14px;line-height:150%;text-align:center;color:#64666A;">
Penpot is the first Open Source design and prototyping platform meant for
cross-domain teams.
<div style="font-family:Source Sans Pro, sans-serif;font-size:14px;line-height:150%;text-align:center;color:#64666A;">
Penpot is the open-source design platform for teams that need scalable collaboration.
</div>
</td>
</tr>

View File

@ -122,7 +122,7 @@
<tbody>
<tr>
<td style="width:97px;">
<img height="32" src="{{ public-uri }}/images/email/uxbox-title.png"
<img height="32" src="{{ public-uri }}/images/email/logo-penpot.svg"
style="border:0;display:block;outline:none;text-decoration:none;height:32px;width:100%;font-size:13px;"
width="97" />
</td>
@ -179,15 +179,21 @@
<td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;">
<div
style="font-family:Source Sans Pro, sans-serif;font-size:24px;font-weight:600;line-height:150%;text-align:left;color:#000000;">
Hello {{name|abbreviate:25}}!</div>
Hi {{name|abbreviate:25}},</div>
</td>
</tr>
<tr>
<td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;">
<div
style="font-family:Source Sans Pro, sans-serif;font-size:16px;line-height:150%;text-align:left;color:#000000;">
Thanks for signing up for your Penpot account! Please verify your email using the link below and
get started building mockups and prototypes today!</div>
Welcome to Penpot!</div>
</td>
</tr>
<tr>
<td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;">
<div
style="font-family:Source Sans Pro, sans-serif;font-size:16px;line-height:150%;text-align:left;color:#000000;">
Please verify your email to get started with your first design and collaboration.</div>
</td>
</tr>
<tr>
@ -218,7 +224,7 @@
<td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;">
<div
style="font-family:Source Sans Pro, sans-serif;font-size:16px;line-height:150%;text-align:left;color:#000000;">
The Penpot team.</div>
The Penpot team</div>
</td>
</tr>
</table>
@ -241,4 +247,4 @@
</div>
</body>
</html>
</html>

View File

@ -1 +1 @@
Verify email.
Verify your Penpot account

View File

@ -1,9 +1,11 @@
Hello {{name|abbreviate:25}}!
Hi {{name|abbreviate:25}},
Thanks for signing up for your Penpot account! Please verify your email using the
link below and get started building mockups and prototypes today!
Welcome to Penpot!
Please verify your email to get started with your first design and collaboration.
{{ public-uri }}/#/auth/verify-token?token={{token}}
Enjoy!
The Penpot team.
The Penpot team

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.4 KiB