From bcd69f2fe33b47ec643f9cab4eff33879a580bed Mon Sep 17 00:00:00 2001 From: sudoer777 Date: Fri, 9 Jun 2023 15:29:40 -0500 Subject: [PATCH] Fixed footer layout --- src/components/content/global/Footer.astro | 2 +- src/layouts/Base.astro | 4 ++-- src/layouts/properties/Background.astro | 4 ++-- src/pages/credits.mdx | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/content/global/Footer.astro b/src/components/content/global/Footer.astro index 46d7c2a..073e527 100644 --- a/src/components/content/global/Footer.astro +++ b/src/components/content/global/Footer.astro @@ -11,7 +11,7 @@ const links: NavItem[] = [{ text: 'site credits', link: '/credits' }] ---
-