From a285b3e56425972acded727556f306d7b26b28cd Mon Sep 17 00:00:00 2001 From: elpekenin Date: Sun, 16 Oct 2022 11:21:27 +0200 Subject: [PATCH] Fix styling --- src/components/Footer.astro | 5 +---- src/components/Socials.astro | 11 ++++++++--- src/pages/index.astro | 7 +++++-- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index c93a4e6..c6090b6 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,8 +1,5 @@ --- -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(); @@ -17,7 +14,7 @@ const { noMarginTop = false } = Astro.props;