diff --git a/src/lib/layout/footer.svelte b/src/lib/layout/footer.svelte
index c8ed332c33..43d7dd5ce5 100644
--- a/src/lib/layout/footer.svelte
+++ b/src/lib/layout/footer.svelte
@@ -39,22 +39,23 @@
-
-
-
-
+ {#if resolvedProfile.links.github}
+
+
+
+ {/if}
diff --git a/src/lib/profiles/index.svelte.ts b/src/lib/profiles/index.svelte.ts
index 6590b55ff7..070704703d 100644
--- a/src/lib/profiles/index.svelte.ts
+++ b/src/lib/profiles/index.svelte.ts
@@ -70,6 +70,7 @@ export type Profile = {
privacy: string;
cookies: string;
pricing: string;
+ github?: string;
};
support: {
technical: string[];
@@ -133,7 +134,8 @@ export const base: Profile = {
discord: 'https://appwrite.io/discord',
cookies: 'https://appwrite.io/cookies',
privacy: 'https://appwrite.io/privacy',
- pricing: 'https://appwrite.io/pricing'
+ pricing: 'https://appwrite.io/pricing',
+ github: 'https://github.com/appwrite/appwrite'
},
support: {
technical: [