From 7163485324237caaccaba69001e14a7f996ba34e Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sat, 30 Sep 2023 01:19:53 -0400 Subject: [PATCH] refactor: update footer menu --- src/components/Layout/Footer.astro | 141 ++++++++++++++--------------- 1 file changed, 68 insertions(+), 73 deletions(-) diff --git a/src/components/Layout/Footer.astro b/src/components/Layout/Footer.astro index 5366ed9..6725c4a 100644 --- a/src/components/Layout/Footer.astro +++ b/src/components/Layout/Footer.astro @@ -3,80 +3,75 @@ import logo from "/src/assets/lume-logo.png"; ---