From 0bf97ecdf69b4f7a4aa00c090e09e613fa1aba8a Mon Sep 17 00:00:00 2001 From: Samantha Kellow Date: Wed, 24 Apr 2024 17:50:39 +0100 Subject: [PATCH] styling and adjusting footer & navbar --- components/layout/footer.tsx | 8 +++----- components/layout/navbar/index.tsx | 23 ++++++++++++++++++----- 2 files changed, 21 insertions(+), 10 deletions(-) diff --git a/components/layout/footer.tsx b/components/layout/footer.tsx index 1d2566e7e..849d8939d 100644 --- a/components/layout/footer.tsx +++ b/components/layout/footer.tsx @@ -1,7 +1,5 @@ -import Link from 'next/link'; import FooterMenu from 'components/layout/footer-menu'; -import LogoSquare from 'components/ui/logo-square'; import { getMenu } from 'lib/shopify'; import { Suspense } from 'react'; @@ -17,12 +15,12 @@ export default async function Footer() { return (