️ perf: change in links

This commit is contained in:
eshanized
2025-01-07 13:27:34 +05:30
parent 06963b4619
commit 8319ea6c5e
2 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ const Footer: React.FC = () => {
<span>for the security community</span>
</div>
<div className="text-sm text-nord-4">
© {new Date().getFullYear()} Snigdha OS Tools. All rights reserved.
© {new Date().getFullYear()} Snigdha OS Tools. All rights reserved.Powered by <b className='hover:text-primary'>TONMOY INFRASTRUCTURE.</b>
</div>
<div className="flex items-center space-x-3 text-sm text-nord-4">
<span>Developed by</span>

View File

@@ -9,7 +9,7 @@ interface NavbarProps {
const Navbar: React.FC<NavbarProps> = ({ isSidebarOpen, onToggleSidebar }) => {
return (
<nav className="bg-dark-200 border-b border-dark-300 fixed w-full z-10 shadow-lg">
<div className="max-w-7xl mx-auto px-4">
<div className="max-w-full mx-auto px-4 sm:px-6 lg:px-8">
<div className="flex items-center justify-between h-16">
<div className="flex items-center">
<button
@@ -28,7 +28,7 @@ const Navbar: React.FC<NavbarProps> = ({ isSidebarOpen, onToggleSidebar }) => {
</div>
<div className="flex items-center space-x-4">
<a
href="https://github.com/kalilinux"
href="https://github.com/Snigdha-OS"
target="_blank"
rel="noopener noreferrer"
className="p-2 rounded-md hover:bg-dark-300 transition-colors duration-200 group"
@@ -37,7 +37,7 @@ const Navbar: React.FC<NavbarProps> = ({ isSidebarOpen, onToggleSidebar }) => {
<Github className="w-6 h-6 text-nord-4 group-hover:text-primary transition-colors duration-200" />
</a>
<a
href="https://www.kali.org/docs/"
href="https://snigdha-os.github.io/documentation/"
target="_blank"
rel="noopener noreferrer"
className="p-2 rounded-md hover:bg-dark-300 transition-colors duration-200 group"