diff --git a/src/components/Dashboard/common/DashboardNavigation.jsx b/src/components/Dashboard/common/DashboardNavigation.jsx index dc1f14c..9a4c4c4 100644 --- a/src/components/Dashboard/common/DashboardNavigation.jsx +++ b/src/components/Dashboard/common/DashboardNavigation.jsx @@ -72,26 +72,31 @@ const DashboardNavigation = () => { { key: 'production', label: 'Production', + className: 'electrobun-webkit-app-region-no-drag', icon: }, { key: 'inventory', label: 'Inventory', + className: 'electrobun-webkit-app-region-no-drag', icon: }, { key: 'sales', label: 'Sales', + className: 'electrobun-webkit-app-region-no-drag', icon: }, { key: 'finance', label: 'Finance', + className: 'electrobun-webkit-app-region-no-drag', icon: }, { key: 'management', label: 'Management', + className: 'electrobun-webkit-app-region-no-drag', icon: } ], @@ -199,7 +204,7 @@ const DashboardNavigation = () => { )} -
+
{ />
{isMobile &&
} +