From e8af3da893ba451e8e3839c8620a07039ef0c5e7 Mon Sep 17 00:00:00 2001 From: Sandip Chowdhury Date: Tue, 17 Feb 2026 17:33:45 +0530 Subject: [PATCH] small header changes --- app/(public)/_homeComponents/Header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(public)/_homeComponents/Header.tsx b/app/(public)/_homeComponents/Header.tsx index 5aaf99f..661baa1 100644 --- a/app/(public)/_homeComponents/Header.tsx +++ b/app/(public)/_homeComponents/Header.tsx @@ -18,7 +18,7 @@ const Header = () => { // Remove Blogs and Careers const navigation = home.navigation.filter( - (item) => item.name !== "Blogs" && item.name !== "Careers" + (item) => item.name !== "Blog" && item.name !== "Careers" ); return (