mirror of
https://github.com/supabase/supabase.git
synced 2026-06-08 10:33:55 +08:00
fix active states on side menu
This commit is contained in:
@@ -125,7 +125,7 @@ const NavigationMenuCliList = ({ currentLevel, setLevel, id }) => {
|
||||
<IconChevronLeft size={10} strokeWidth={3} />
|
||||
</div>
|
||||
</div>
|
||||
<span>Main Menu</span>
|
||||
<span>Back to reference</span>
|
||||
</a>
|
||||
</Link>
|
||||
<div className="flex items-center gap-3 my-3">
|
||||
@@ -148,7 +148,7 @@ const NavigationMenuCliList = ({ currentLevel, setLevel, id }) => {
|
||||
{clientLibsCommon.commands
|
||||
.filter((x) => x.product === section.key)
|
||||
.map((x, index) => {
|
||||
console.log(functions)
|
||||
// console.log(functions)
|
||||
return (
|
||||
<>
|
||||
<FunctionLink {...x} />
|
||||
|
||||
Reference in New Issue
Block a user