From d2e44fe046b3ecc99c198b7d447bae24378a53a9 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 9 Jun 2025 21:20:48 -0500 Subject: [PATCH] add gitea link --- lib/directus.ts | 1 + src/components/Footer.astro | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/lib/directus.ts b/lib/directus.ts index b7ab0d0..d497941 100644 --- a/lib/directus.ts +++ b/lib/directus.ts @@ -22,6 +22,7 @@ type About = { type Links = { github: string; linkedin: string; + gitea: string; }; type Skill = { diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 8b90694..cb152f8 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -20,6 +20,11 @@ const socialLinks = [ href: links.github, icon: ``, }, + { + name: 'Gitea', + href: links.gitea, + icon: ``, + }, { name: 'LinkedIn', href: links.linkedin,