From 8319ea6c5e559589b06e40c8fb04a95ff0c17fa1 Mon Sep 17 00:00:00 2001 From: eshanized Date: Tue, 7 Jan 2025 13:27:34 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20perf:=20change=20in=20link?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Footer.tsx | 2 +- src/components/Navbar.tsx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 8f870fe..94f7743 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -12,7 +12,7 @@ const Footer: React.FC = () => { for the security community
- © {new Date().getFullYear()} Snigdha OS Tools. All rights reserved. + © {new Date().getFullYear()} Snigdha OS Tools. All rights reserved.Powered by TONMOY INFRASTRUCTURE™.
Developed by diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 389577f..9b89c63 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -9,7 +9,7 @@ interface NavbarProps { const Navbar: React.FC = ({ isSidebarOpen, onToggleSidebar }) => { return (