1
0
Fork 0
mirror of synced 2024-09-29 17:01:37 +13:00

Merge pull request #7474 from appwrite/fix-email-image-endpoint

Fix: Email image endpoints
This commit is contained in:
Christy Jacob 2024-01-23 00:05:01 +04:00 committed by GitHub
commit 3c3c34add9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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