diff options
| author | Lakshay Bhushan <[email protected]> | 2024-06-26 21:33:17 +0530 |
|---|---|---|
| committer | Lakshay Bhushan <[email protected]> | 2024-06-26 21:33:17 +0530 |
| commit | 0cf3bf6bf75959a8a4ee57776bb2dd817dc19bcc (patch) | |
| tree | 211ad1c47ae103c153df120fcbba1573af4f82d6 /apps | |
| parent | minor spacing & color fix for showcase component (diff) | |
| download | supermemory-0cf3bf6bf75959a8a4ee57776bb2dd817dc19bcc.tar.xz supermemory-0cf3bf6bf75959a8a4ee57776bb2dd817dc19bcc.zip | |
updated nav
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/web/app/(landing)/Headers/Navbar.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
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 = () => { </Tab> <Tab setPosition={setPosition}> <Link className="w-full h-full" href={"/#use-cases"}> - Use cases + Use Cases </Link> </Tab> <Tab setPosition={setPosition}> @@ -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} </li> |