mirror of
https://github.com/Snigdha-OS/snigdhaos-tools.git
synced 2025-09-06 02:35:12 +02:00
⚡️ perf: change in links
This commit is contained in:
@@ -12,7 +12,7 @@ const Footer: React.FC = () => {
|
|||||||
<span>for the security community</span>
|
<span>for the security community</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="text-sm text-nord-4">
|
<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>
|
||||||
<div className="flex items-center space-x-3 text-sm text-nord-4">
|
<div className="flex items-center space-x-3 text-sm text-nord-4">
|
||||||
<span>Developed by</span>
|
<span>Developed by</span>
|
||||||
|
@@ -9,7 +9,7 @@ interface NavbarProps {
|
|||||||
const Navbar: React.FC<NavbarProps> = ({ isSidebarOpen, onToggleSidebar }) => {
|
const Navbar: React.FC<NavbarProps> = ({ isSidebarOpen, onToggleSidebar }) => {
|
||||||
return (
|
return (
|
||||||
<nav className="bg-dark-200 border-b border-dark-300 fixed w-full z-10 shadow-lg">
|
<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 justify-between h-16">
|
||||||
<div className="flex items-center">
|
<div className="flex items-center">
|
||||||
<button
|
<button
|
||||||
@@ -28,7 +28,7 @@ const Navbar: React.FC<NavbarProps> = ({ isSidebarOpen, onToggleSidebar }) => {
|
|||||||
</div>
|
</div>
|
||||||
<div className="flex items-center space-x-4">
|
<div className="flex items-center space-x-4">
|
||||||
<a
|
<a
|
||||||
href="https://github.com/kalilinux"
|
href="https://github.com/Snigdha-OS"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="p-2 rounded-md hover:bg-dark-300 transition-colors duration-200 group"
|
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" />
|
<Github className="w-6 h-6 text-nord-4 group-hover:text-primary transition-colors duration-200" />
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="https://www.kali.org/docs/"
|
href="https://snigdha-os.github.io/documentation/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="p-2 rounded-md hover:bg-dark-300 transition-colors duration-200 group"
|
className="p-2 rounded-md hover:bg-dark-300 transition-colors duration-200 group"
|
||||||
|
Reference in New Issue
Block a user