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.