From d82b963b550e9114ec53b06c5a3025ddf2c5a551 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 12 Apr 2025 19:26:28 +0200 Subject: [PATCH] feat: use simple-icons set for footer socials --- src/components/Footer.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index fccba78..8b90cc0 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -24,7 +24,7 @@ const year = new Date().getFullYear() links.map((linkObj) => (
  • - +
  • ))