diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 70169cb..6cf6a3b 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,58 +1,26 @@ --- import Hr from "./Hr.astro"; import LinkButton from "./LinkButton.astro"; +import socialLinks from "@utils/socialLinks"; ---