From e789143c03b17825ce7d35996faf5a8a5083bfc8 Mon Sep 17 00:00:00 2001 From: eshanized Date: Fri, 27 Dec 2024 22:00:49 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20refactor(footer):=20add=20@TIAsC?= =?UTF-8?q?ode=20credit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layout/Footer/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/layout/Footer/index.tsx b/src/components/layout/Footer/index.tsx index 0a9b153e..fa6402df 100644 --- a/src/components/layout/Footer/index.tsx +++ b/src/components/layout/Footer/index.tsx @@ -1,5 +1,4 @@ import { Link } from 'react-router-dom'; -// import { Github, Twitter, Youtube, Book, MessageSquare, Newspaper, HelpCircle } from 'lucide-react'; import { ContactSection } from './ContactSection'; import { footerNavigation } from '../../../data/footerNavigation'; @@ -68,8 +67,9 @@ export function Footer() {

© {currentYear} Snigdha OS. All rights reserved.

+

Powered by TONMOY INFRASTRUCTURE

); -} \ No newline at end of file +}