From f4d542b4b8ac94bfd094379493ae87765c4fd1a5 Mon Sep 17 00:00:00 2001 From: Michael Novotny Date: Wed, 19 Jul 2023 16:36:35 -0500 Subject: [PATCH] Syncs header and footer nav / link styles (#1094) --- components/layout/footer-menu.tsx | 9 ++++++--- components/layout/footer.tsx | 6 +++--- components/layout/navbar/index.tsx | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/components/layout/footer-menu.tsx b/components/layout/footer-menu.tsx index feeeec0b0..696f61fc0 100644 --- a/components/layout/footer-menu.tsx +++ b/components/layout/footer-menu.tsx @@ -18,9 +18,12 @@ const FooterMenuItem = ({ item }: { item: Menu }) => {
  • {item.title} diff --git a/components/layout/footer.tsx b/components/layout/footer.tsx index e28947b99..e8367eabb 100644 --- a/components/layout/footer.tsx +++ b/components/layout/footer.tsx @@ -16,8 +16,8 @@ export default async function Footer() { const copyrightName = COMPANY_NAME || SITE_NAME || ''; return ( -