-
{children}
@@ -152,7 +192,7 @@ const Navigation: React.FC
= ({
return DropdownItem(el)
case NavigationElementType.Custom:
return (
- el.item
+ {el.item}
)
}
})
@@ -160,9 +200,66 @@ const Navigation: React.FC = ({
return (
-
- {leftElements}
-
+
+
+
+
+
+
+
+
+
+
+
Protocol
+
+ {PROTOCOL_NAVIGATION_LINKS.map((component) => (
+
+ {component.description}
+
+ ))}
+
+
+
+
Partnership
+
+ {PARTNER_NAVIGATION_LINKS.map((component) => (
+
+ {component.description}
+
+ ))}
+
+
+
+
Support
+
+ {SUPPORT_NAVIGATION_LINKS.map((component) => (
+
+ {component.description}
+
+ ))}
+
+
+
+
+
+
+
+
+ {leftElements}
+
+
{rightElement ? rightElement : null}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 9c0927ff4f..eeb3dc2a93 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -1498,6 +1498,10 @@ importers:
specifier: 3.23.8
version: 3.23.8
+ packages/sushi/dist/_cjs: {}
+
+ packages/sushi/dist/_esm: {}
+
packages/telemetry:
devDependencies:
'@tsconfig/esm':