diff --git a/frontend/src/components/Sidebar.tsx b/frontend/src/components/Sidebar.tsx index 8dba1ae..dd242ba 100644 --- a/frontend/src/components/Sidebar.tsx +++ b/frontend/src/components/Sidebar.tsx @@ -20,7 +20,6 @@ import { LifeBuoy, Zap, Plug, - ShoppingBag, Package } from 'lucide-react'; import { Business, User } from '../types'; @@ -204,14 +203,6 @@ const Sidebar: React.FC = ({ business, user, isCollapsed, toggleCo {isPluginsOpen && !isCollapsed && (
- - - {t('nav.pluginMarketplace', 'Marketplace')} - - {/* Navigation Callout */} -
-

- - Plugin Management Pages -

-

- Access these pages from the Plugins dropdown in the sidebar: -

-
- - -
-
- {/* Quick Start */}