From 8b0575b95ab2589ec45e0bbe231a54b463835a12 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Fri, 19 Dec 2025 00:17:22 +0400 Subject: [PATCH] Add GitHub link to profile and render in footer --- src/lib/layout/footer.svelte | 25 +++++++++++++------------ src/lib/profiles/index.svelte.ts | 4 +++- 2 files changed, 16 insertions(+), 13 deletions(-) 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: [