1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

Added Youtube icon

This commit is contained in:
Eldad Fux 2021-10-17 18:08:40 +03:00
parent caba0bb5fc
commit cb11f9c3f6

View file

@ -64,6 +64,8 @@ const APP_SOCIAL_DISCORD = 'https://appwrite.io/discord';
const APP_SOCIAL_DISCORD_CHANNEL = '564160730845151244';
const APP_SOCIAL_DEV = 'https://dev.to/appwrite';
const APP_SOCIAL_STACKSHARE = 'https://stackshare.io/appwrite';
const APP_SOCIAL_YOUTUBE = 'https://www.youtube.com/c/appwrite';
// Deletion Types
const DELETE_TYPE_DOCUMENT = 'document';
const DELETE_TYPE_EXECUTIONS = 'executions';