diff --git a/src/components/side-nav.tsx b/src/components/side-nav.tsx index b363e888..959ed2ae 100644 --- a/src/components/side-nav.tsx +++ b/src/components/side-nav.tsx @@ -226,30 +226,29 @@ export function SideNav({ {/* Plugin icons */} - - p.id)} - strategy={verticalListSortingStrategy} +
+ - {plugins.map((plugin) => ( - onViewChange(plugin.id)} - onContextMenu={(e) => handlePluginContextMenu(e, plugin.id)} - /> - ))} - - - - {/* Spacer */} -
+ p.id)} + strategy={verticalListSortingStrategy} + > + {plugins.map((plugin) => ( + onViewChange(plugin.id)} + onContextMenu={(e) => handlePluginContextMenu(e, plugin.id)} + /> + ))} + + +
{/* Help */}