From c7e48939c49902ff497f36be5c60f4f4504c2e91 Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 15 Jun 2023 17:01:30 +0200 Subject: [PATCH] feat: footer improvements --- src/components/Footer.astro | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 8c738fc..4d4f367 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,30 +1,45 @@ +--- +import Icon from 'astro-iconify' +--- + + + +