mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-15 09:40:57 +00:00
updated nav
This commit is contained in:
parent
548db981f5
commit
0cf3bf6bf7
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue