From ffa84a7f6b5efd4a3250f9191f56bebfdc82956c Mon Sep 17 00:00:00 2001 From: obrucheoghene Date: Thu, 8 Jan 2026 00:48:58 +0100 Subject: [PATCH 1/2] chore: remove unused imports in footer and navbar components --- src/components/home/footer.tsx | 6 +++--- src/components/home/navbar.tsx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/home/footer.tsx b/src/components/home/footer.tsx index 1eb4d20..85bec11 100644 --- a/src/components/home/footer.tsx +++ b/src/components/home/footer.tsx @@ -21,7 +21,7 @@ const Footer = () => { > Documentation - { className="hover:text-white transition-colors" > Support - + */} {
- © 2025 Mitsi. Redefining communication. + © {new Date().getFullYear()} Mitsi. Redefining communication.
diff --git a/src/components/home/navbar.tsx b/src/components/home/navbar.tsx index a883e1d..ec71fc4 100644 --- a/src/components/home/navbar.tsx +++ b/src/components/home/navbar.tsx @@ -39,7 +39,7 @@ const Navbar = () => { > Documentations
- { className="text-slate-300 hover:text-white transition-all duration-300 text-sm font-light tracking-wide" > Community - + */}
From 948a926651976c6fb1db1f77c90663c38293153f Mon Sep 17 00:00:00 2001 From: obrucheoghene Date: Thu, 8 Jan 2026 01:27:21 +0100 Subject: [PATCH 2/2] feat: add documentation url --- src/components/home/footer.tsx | 4 +++- src/components/home/navbar.tsx | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/home/footer.tsx b/src/components/home/footer.tsx index 85bec11..4ed83f0 100644 --- a/src/components/home/footer.tsx +++ b/src/components/home/footer.tsx @@ -16,7 +16,8 @@ const Footer = () => {
Documentation @@ -37,6 +38,7 @@ const Footer = () => { */} GitHub diff --git a/src/components/home/navbar.tsx b/src/components/home/navbar.tsx index ec71fc4..c03830c 100644 --- a/src/components/home/navbar.tsx +++ b/src/components/home/navbar.tsx @@ -34,7 +34,8 @@ const Navbar = () => {
Documentations