small header changes

This commit is contained in:
2026-02-17 17:33:45 +05:30
parent 2493a05d53
commit e8af3da893

View File

@@ -18,7 +18,7 @@ const Header = () => {
// Remove Blogs and Careers // Remove Blogs and Careers
const navigation = home.navigation.filter( const navigation = home.navigation.filter(
(item) => item.name !== "Blogs" && item.name !== "Careers" (item) => item.name !== "Blog" && item.name !== "Careers"
); );
return ( return (