From 090489fd86731b30a816d83c615a5784b5e3755e Mon Sep 17 00:00:00 2001
From: Dilson's Pickles
Date: Wed, 16 Aug 2023 15:12:55 +1000
Subject: [PATCH] Update footer layout
---
src/components/footer/Footer.astro | 8 +++-
src/components/footer/FooterNEW.astro | 55 +++++++++++++++++++++++++++
src/layouts/BaseLayout.astro | 4 +-
3 files changed, 64 insertions(+), 3 deletions(-)
create mode 100644 src/components/footer/FooterNEW.astro
diff --git a/src/components/footer/Footer.astro b/src/components/footer/Footer.astro
index c804f3e..3b6bd71 100644
--- a/src/components/footer/Footer.astro
+++ b/src/components/footer/Footer.astro
@@ -13,7 +13,6 @@ import SocialLinks from "./SocialLinks.astro";
Windows, macOS, GNU/Linux and other operating systems. Audacity is free,
open source software.
-
diff --git a/src/components/footer/FooterNEW.astro b/src/components/footer/FooterNEW.astro
new file mode 100644
index 0000000..937fb04
--- /dev/null
+++ b/src/components/footer/FooterNEW.astro
@@ -0,0 +1,55 @@
+
diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro
index ab2c1d7..044b720 100644
--- a/src/layouts/BaseLayout.astro
+++ b/src/layouts/BaseLayout.astro
@@ -1,5 +1,5 @@
---
-import Footer from "../components/footer/Footer.astro";
+import FooterNEW from "../components/footer/FooterNEW.astro";
import NavigationReact from "../components/navigation/NavigationReact";
import { MatomoProvider, createInstance } from '@datapunt/matomo-tracker-react'
@@ -28,7 +28,7 @@ const instance = createInstance({
-
+