From b366f064ef76bae719cfbf48670122ccca2aa5cf Mon Sep 17 00:00:00 2001 From: Meagan Date: Mon, 18 Dec 2023 13:32:30 -0600 Subject: [PATCH 01/28] Add sticky footer code --- src/components/common/Footer.astro | 128 +++++++++++---------- src/components/posts/SocialMediaShares.tsx | 2 +- src/i18n/UI/French.ts | 4 +- src/i18n/UI/Spanish.ts | 2 +- src/layouts/PageLayout.astro | 2 +- src/pages/index.astro | 4 +- 6 files changed, 72 insertions(+), 70 deletions(-) diff --git a/src/components/common/Footer.astro b/src/components/common/Footer.astro index 2dccb83c..e0011521 100644 --- a/src/components/common/Footer.astro +++ b/src/components/common/Footer.astro @@ -27,79 +27,81 @@ export interface Props { const { socialLinks = [], secondaryLinks = [], links = [], footNote = ''} = Astro.props; --- -