refactor: reorder settings sidebar items and append labels to plan categories
This commit is contained in:
@@ -839,13 +839,15 @@ export default function CompanySettingsPage() {
|
|||||||
{ id: 'social', label: 'Social Media', icon: Link2 },
|
{ id: 'social', label: 'Social Media', icon: Link2 },
|
||||||
{ id: 'integration', label: 'Integrations', icon: Mail },
|
{ id: 'integration', label: 'Integrations', icon: Mail },
|
||||||
{ id: 'landing', label: 'Landing Page', icon: Monitor },
|
{ id: 'landing', label: 'Landing Page', icon: Monitor },
|
||||||
{ id: 'kyc', label: 'KYC Documents', icon: Package },
|
|
||||||
{ id: 'parts', label: 'EV Parts', icon: Package },
|
|
||||||
{ id: 'companyPolicy', label: "Company's Policy", icon: FileCheck },
|
{ id: 'companyPolicy', label: "Company's Policy", icon: FileCheck },
|
||||||
|
{ id: 'kyc', label: 'KYC Documents', icon: Package },
|
||||||
|
|
||||||
{ id: 'plans', label: 'Plan Selection', icon: Package },
|
{ id: 'plans', label: 'Plan Selection', icon: Package },
|
||||||
{ id: 'investment', label: 'Investment Plan', icon: DollarSign },
|
{ id: 'investment', label: 'Investment Plan', icon: DollarSign },
|
||||||
{ id: 'swapstation', label: 'Swap Station Plan', icon: Zap },
|
{ id: 'swapstation', label: 'Swap Station Plan (P3)', icon: Zap },
|
||||||
{ id: 'riderrequest', label: 'Rider Request Plan', icon: Users },
|
{ id: 'riderrequest', label: 'Rider Request Plan (P2)', icon: Users },
|
||||||
|
{ id: 'parts', label: 'EV Parts', icon: Package },
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user