From 0cf3bf6bf75959a8a4ee57776bb2dd817dc19bcc Mon Sep 17 00:00:00 2001 From: Lakshay Bhushan Date: Wed, 26 Jun 2024 21:33:17 +0530 Subject: updated nav --- apps/web/app/(landing)/Headers/Navbar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/web/app/(landing)/Headers/Navbar.tsx b/apps/web/app/(landing)/Headers/Navbar.tsx index 0ba2c35c..9b2b42de 100644 --- a/apps/web/app/(landing)/Headers/Navbar.tsx +++ b/apps/web/app/(landing)/Headers/Navbar.tsx @@ -40,7 +40,7 @@ const SlideTabs = () => { - Use cases + Use Cases @@ -101,7 +101,7 @@ const Tab = ({ opacity: 1, }); }} - className="block relative z-10 py-2.5 px-3 text-xs text-white uppercase cursor-pointer md:py-2 md:px-5 md:text-base mix-blend-difference" + className="block relative z-10 py-2.5 px-3 text-xs text-white cursor-pointer md:py-2 md:px-5 md:text-base mix-blend-difference" > {children} -- cgit v1.2.3