From 1f8ee299cd203dec6b80bd2aa0e004d442265110 Mon Sep 17 00:00:00 2001 From: d3v1l0n Date: Wed, 25 Dec 2024 05:57:19 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20footer=20credit=20and=20?= =?UTF-8?q?style=20has=20been=20changed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layout/Footer.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx index e1b6f124..25acf3fb 100644 --- a/src/components/layout/Footer.tsx +++ b/src/components/layout/Footer.tsx @@ -1,5 +1,5 @@ import { Link } from 'react-router-dom'; -import { Github, Twitter, Youtube, Mail, Book, FileText, MessageSquare, Newspaper, HelpCircle } from 'lucide-react'; +import { Github, Twitter, Youtube, Book, MessageSquare, Newspaper, HelpCircle } from 'lucide-react'; const footerNavigation = { main: [ @@ -15,7 +15,7 @@ const footerNavigation = { community: [ { name: 'Community', href: '/community', icon: MessageSquare }, { name: 'GitHub', href: 'https://github.com/Snigdha-OS', icon: Github }, - { name: 'Twitter', href: 'https://twitter.com', icon: Twitter }, + { name: 'Twitter', href: 'https://twitter.com/SnigdhaOS', icon: Twitter }, { name: 'YouTube', href: 'https://youtube.com', icon: Youtube }, ], }; @@ -95,7 +95,8 @@ export function Footer() {
-

© {currentYear} Snigdha OS. All rights reserved.

+

© {currentYear} Snigdha OS - All rights reserved. Powered by Tonmoy Infrastructure™

+

Developed with ❤️ by Snigdha OS Open Source Team.