From c562e9e1fd82c90f60c9da44b56199b1969c8dc2 Mon Sep 17 00:00:00 2001 From: Troy Date: Mon, 17 Feb 2025 21:11:18 +0000 Subject: [PATCH] fix: add back footer social icons --- src/components/Footer.astro | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index a81a58d..9e22610 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,12 +1,27 @@ --- import { SITE } from "@consts"; +import Link from "./Link.astro"; +import { Icon } from "astro-icon/components"; --- -