diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 9d16315..df0ca89 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,7 +1,8 @@ --- +import socialIcons from "@assets/socialIcons"; +import { SOCIALS } from "src/config"; import Hr from "./Hr.astro"; import LinkButton from "./LinkButton.astro"; -import socialLinks from "@utils/socialLinks"; const currentYear = new Date().getFullYear(); @@ -17,17 +18,15 @@ const { noMarginTop = false } = Astro.props;