From e7c4ccab1cbf65a00081d43d5868a15543ee60b4 Mon Sep 17 00:00:00 2001 From: Kharann Date: Tue, 21 Nov 2023 00:12:53 +0100 Subject: [PATCH] add colors to icons --- web/src/components/Footer.astro | 7 ++++--- web/src/pages/index.astro | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/web/src/components/Footer.astro b/web/src/components/Footer.astro index 6558424..a06c661 100644 --- a/web/src/components/Footer.astro +++ b/web/src/components/Footer.astro @@ -1,5 +1,6 @@ --- import { Icon } from 'astro-icon' +import Link from './Link.astro'; const iconLinks = [ { @@ -23,15 +24,15 @@ const iconLinks = [ const year = new Date().getFullYear() --- -