mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 20:55:18 +02:00
📝 docs: footer credit and style has been changed
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import { Link } from 'react-router-dom';
|
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 = {
|
const footerNavigation = {
|
||||||
main: [
|
main: [
|
||||||
@@ -15,7 +15,7 @@ const footerNavigation = {
|
|||||||
community: [
|
community: [
|
||||||
{ name: 'Community', href: '/community', icon: MessageSquare },
|
{ name: 'Community', href: '/community', icon: MessageSquare },
|
||||||
{ name: 'GitHub', href: 'https://github.com/Snigdha-OS', icon: Github },
|
{ 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 },
|
{ name: 'YouTube', href: 'https://youtube.com', icon: Youtube },
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
@@ -95,7 +95,8 @@ export function Footer() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="mt-12 pt-8 border-t border-gray-800 text-sm text-center">
|
<div className="mt-12 pt-8 border-t border-gray-800 text-sm text-center">
|
||||||
<p>© {currentYear} Snigdha OS. All rights reserved.</p>
|
<p>© {currentYear} Snigdha OS - All rights reserved. Powered by <b className="text-cornflower-blue">Tonmoy Infrastructure™</b></p>
|
||||||
|
<p>Developed with ❤️ by <b className="text-cornflower-blue"><u>Snigdha OS Open Source Team.</u></b></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
Reference in New Issue
Block a user