From 1c0564d353fe724a4d9dba17555785a806fc4e9d Mon Sep 17 00:00:00 2001 From: Barsnes Date: Wed, 8 Jan 2025 09:40:59 +0100 Subject: [PATCH] chore: use `NextLink` in footer link lists --- apps/_components/src/Footer/Footer.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/_components/src/Footer/Footer.tsx b/apps/_components/src/Footer/Footer.tsx index 1d8f6ce1b4..f1eff0f8e2 100644 --- a/apps/_components/src/Footer/Footer.tsx +++ b/apps/_components/src/Footer/Footer.tsx @@ -26,9 +26,11 @@ const LinkList = (links: LinkListItemProps[]) => {