diff --git a/web/src/App.tsx b/web/src/App.tsx index 65b4d800eb..841108a50d 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -160,7 +160,10 @@ function resolveIcon(name: string): ComponentType<{ className?: string }> { return ICON_MAP[name] ?? Puzzle; } -function buildNavItems(builtIn: NavItem[], manifests: PluginManifest[]): NavItem[] { +function buildNavItems( + builtIn: NavItem[], + manifests: PluginManifest[], +): NavItem[] { const items = [...builtIn]; for (const manifest of manifests) { @@ -425,18 +428,22 @@ export default function App() { >
- - Hermes -
- Agent -
+
+ + + + Hermes +
+ Agent +
+
- -