From db710d5d9aec15fbfe57ea54445c2cdf793bbbc1 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 12 Apr 2025 11:48:09 +0200 Subject: [PATCH] feat: initial icons for social links --- src/components/Footer.astro | 23 +++++++++++++++-------- src/constants/links.ts | 10 +++++++++- 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index edb5f14..58267eb 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,10 +1,11 @@ --- +import Icon from 'astro-iconify' import { footerLinks as links } from '../constants/links' const year = new Date().getFullYear() ---