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({