From 84a981085aa59a29ab0941bdbbdf7690631b054c Mon Sep 17 00:00:00 2001 From: Wylie Fisher Date: Wed, 29 Jan 2025 22:06:38 -0500 Subject: [PATCH] cleaning up the header and footer --- src/components/Footer.astro | 37 +++++++++++++++++++++++++++++++----- src/components/Heading.astro | 15 +++++++-------- 2 files changed, 39 insertions(+), 13 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 0b048fb..6b6c027 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,20 +1,47 @@ --- import '../assets/global.css'; +import logo from '../assets/logo.png'; const { class: className, ...rest } = Astro.props; --- -