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 (