1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00

Add proper endpoint to email images

This commit is contained in:
Matej Bačo 2024-01-20 11:05:44 +00:00
parent 8cc6bfdb9b
commit 284c1746eb

View file

@ -160,7 +160,7 @@
<td>
<img
height="32px"
src="https://appwrite.io/assets/logotype/white.png"
src="https://cloud.appwrite.io/images/mails/logo.png"
/>
</td>
</tr>
@ -200,7 +200,7 @@
class="social-icon"
title="Twitter"
>
<img src="https://appwrite.io/email/x.png" height="24" width="24" />
<img src="https://cloud.appwrite.io/images/mails/x.png" height="24" width="24" />
</a>
</td>
<td style="padding-left: 4px; padding-right: 4px">
@ -208,7 +208,7 @@
href="https://appwrite.io/discord"
class="social-icon"
>
<img src="https://appwrite.io/email/discord.png" height="24" width="24" />
<img src="https://cloud.appwrite.io/images/mails/discord.png" height="24" width="24" />
</a>
</td>
<td style="padding-left: 4px; padding-right: 4px">
@ -216,7 +216,7 @@
href="https://github.com/appwrite/appwrite"
class="social-icon"
>
<img src="https://appwrite.io/email/github.png" height="24" width="24" />
<img src="https://cloud.appwrite.io/images/mails/github.png" height="24" width="24" />
</a>
</td>
</tr>