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() ---