From 005f23a4924c655bb4dc6fc044d88c917090a4b3 Mon Sep 17 00:00:00 2001 From: Dilson's Pickles Date: Thu, 24 Aug 2023 12:46:48 +1000 Subject: [PATCH] Rename footer file --- src/components/footer/FooterNEW.astro | 79 ------------------------- src/components/footer/SocialLinks.astro | 63 -------------------- src/layouts/BaseLayout.astro | 4 +- 3 files changed, 2 insertions(+), 144 deletions(-) delete mode 100644 src/components/footer/FooterNEW.astro delete mode 100644 src/components/footer/SocialLinks.astro diff --git a/src/components/footer/FooterNEW.astro b/src/components/footer/FooterNEW.astro deleted file mode 100644 index d96147d..0000000 --- a/src/components/footer/FooterNEW.astro +++ /dev/null @@ -1,79 +0,0 @@ - - - - - diff --git a/src/components/footer/SocialLinks.astro b/src/components/footer/SocialLinks.astro deleted file mode 100644 index 12bec73..0000000 --- a/src/components/footer/SocialLinks.astro +++ /dev/null @@ -1,63 +0,0 @@ -
- - - - - - - - - - - - - - -
- - diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 980ab24..ac0e916 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -1,5 +1,5 @@ --- -import FooterNEW from "../components/footer/FooterNEW.astro"; +import Footer from "../components/footer/Footer.astro"; import NavigationReact from "../components/navigation/NavigationReact"; import { MatomoProvider, createInstance } from "@datapunt/matomo-tracker-react"; @@ -27,7 +27,7 @@ const instance = createInstance({
- +