diff --git a/src/components/Footer.astro b/src/components/Footer.astro index df0ca89..c6090b6 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,8 +1,6 @@ --- -import socialIcons from "@assets/socialIcons"; -import { SOCIALS } from "src/config"; import Hr from "./Hr.astro"; -import LinkButton from "./LinkButton.astro"; +import Socials from "./Socials.astro"; const currentYear = new Date().getFullYear(); @@ -16,19 +14,7 @@ const { noMarginTop = false } = Astro.props;