From 5650d3b9542de46e87a25504c5fb2974f028026b Mon Sep 17 00:00:00 2001 From: Mackie Date: Mon, 25 May 2026 02:32:15 +0800 Subject: [PATCH] footers --- src/Footer/Component.tsx | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/src/Footer/Component.tsx b/src/Footer/Component.tsx index bf87902..d76c325 100644 --- a/src/Footer/Component.tsx +++ b/src/Footer/Component.tsx @@ -1,31 +1,28 @@ import { getCachedGlobal } from '@/utilities/getGlobals' import Link from 'next/link' import React from 'react' - + import { CMSLink } from '@/components/Link' -import { Logo } from '@/components/Logo/Logo' - + export async function Footer() { const footerData = await getCachedGlobal('footer', 1)() - + const navItems = footerData?.navItems || [] - + return ( )