mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 03:55:55 +00:00
revert(web): remove per-page icon from sidebar sub-items
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1142,7 +1142,6 @@ function PluginPagesNav() {
|
|||||||
onClick={() => navigate(route)}
|
onClick={() => navigate(route)}
|
||||||
className="select-none"
|
className="select-none"
|
||||||
>
|
>
|
||||||
{page.icon && <span>{page.icon}</span>}
|
|
||||||
<span>{page.name}</span>
|
<span>{page.name}</span>
|
||||||
</SidebarMenuSubButton>
|
</SidebarMenuSubButton>
|
||||||
</SidebarMenuSubItem>
|
</SidebarMenuSubItem>
|
||||||
|
|||||||
Reference in New Issue
Block a user