From 17ae03ea65839ca7d4321e546cd3ee371cf58dbd Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 5 Oct 2024 17:28:05 -0700 Subject: fix build --- src/components/Footer/Footer.tsx | 11 ++- src/pages/about/index.tsx | 161 +++++++++++++++++++-------------------- 2 files changed, 88 insertions(+), 84 deletions(-) diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 7c4f062..1c501d8 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -1,19 +1,24 @@ import React from "react"; +import Link from 'next/link'; + const Footer = () => { return (