From 2ebdb7d479c7c35abb533b01bcea626f461d7b1c Mon Sep 17 00:00:00 2001 From: sid <35936587+siddharth-shringarpure@users.noreply.github.com> Date: Sat, 26 Oct 2024 17:40:16 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Themed=20and=20updated=20footer?= =?UTF-8?q?=20component.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/custom/footer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/custom/footer.tsx b/components/custom/footer.tsx index 4012306..9d39d64 100644 --- a/components/custom/footer.tsx +++ b/components/custom/footer.tsx @@ -3,8 +3,8 @@ import React from 'react'; const Footer = () => { return ( );