From 8c70321e9633c5c412ee20178fcd9acd343c0191 Mon Sep 17 00:00:00 2001 From: Kevin F Date: Mon, 21 Oct 2024 16:07:14 +0200 Subject: [PATCH] add matrix to socials --- src/components/Footer.astro | 1 + src/components/Navbar.astro | 1 + src/statics.ts | 1 + 3 files changed, 3 insertions(+) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 93b2cee2..9271a3c6 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -9,6 +9,7 @@ import { Icon } from 'astro-icon/components'; const socials = [ { title: 'GitHub', slug: URLS.SOCIAL_GITHUB, icon: "tabler:brand-github"}, + { title: "Matrix", slug: URLS.SOCIAL_MATRIX, icon: "tabler:brand-matrix"}, { title: 'YouTube', slug: URLS.SOCIAL_YOUTUBE, icon: "tabler:brand-youtube" }, { title: 'Twitter-X', slug: URLS.SOCIAL_TWITTER, icon: "tabler:brand-x" }, { title: "Bluesky", slug: URLS.SOCIAL_BLUESKY, icon: "tabler:brand-bluesky" }, diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index f145d6bf..a23e2595 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -119,6 +119,7 @@ export const MainNav: RecursiveMenu[] = [