From ae1f6331f8c563089c354d6d78298d64ceaebac6 Mon Sep 17 00:00:00 2001 From: Kavan Gondalia <72624080+kavania2002@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:50:05 +0530 Subject: [PATCH] fix: add hyperlink to logo in footer (#339) --- components/Footer/footer.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/Footer/footer.js b/components/Footer/footer.js index 929c2160..6bf70636 100644 --- a/components/Footer/footer.js +++ b/components/Footer/footer.js @@ -1,5 +1,6 @@ import React from "react"; import Image from 'next/image'; +import Link from "next/link"; function Footer() { const socials = [ @@ -22,7 +23,9 @@ function Footer() { return (
- company logo + + company logo +
{/* This div helps keep the text centered */}