Skip to content

Commit b329fee

Browse files
committed
chore: wip
1 parent 86cd045 commit b329fee

File tree

1 file changed

+4
-4
lines changed
  • storage/framework/defaults/components/Dashboard

1 file changed

+4
-4
lines changed

storage/framework/defaults/components/Dashboard/Sidebar.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,18 +174,18 @@ const sectionContent: Record<string, SectionContent> = {
174174
commerce: {
175175
items: [
176176
{ to: '/commerce', icon: 'i-hugeicons-dashboard-speed-01', text: 'Dashboard' },
177+
{ to: '/commerce/customers', icon: 'i-hugeicons-user-account', text: 'Customers' },
178+
{ to: '/commerce/orders', icon: 'i-hugeicons-search-list-01', text: 'Orders' },
177179
{ to: '/commerce/products', icon: 'i-hugeicons-package', text: 'Products' },
178180
{ to: '/commerce/categories', icon: 'i-hugeicons-tags', text: 'Categories' },
179-
{ to: '/commerce/manufacturers', icon: 'i-hugeicons-factory', text: 'Manufacturers' },
180181
{ to: '/commerce/variants', icon: 'i-hugeicons-paint-board', text: 'Variants' },
181182
{ to: '/commerce/units', icon: 'i-hugeicons-ruler', text: 'Units' },
182-
{ to: '/commerce/taxes', icon: 'i-hugeicons-taxes', text: 'Taxes' },
183-
{ to: '/commerce/orders', icon: 'i-hugeicons-search-list-01', text: 'Orders' },
184-
{ to: '/commerce/customers', icon: 'i-hugeicons-user-account', text: 'Customers' },
183+
{ to: '/commerce/manufacturers', icon: 'i-hugeicons-factory', text: 'Manufacturers' },
185184
{ to: '/commerce/coupons', icon: 'i-hugeicons-coupon-01', text: 'Coupons' },
186185
{ to: '/commerce/gift-cards', icon: 'i-hugeicons-gift-card', text: 'Gift Cards' },
187186
{ to: '/commerce/payments', icon: 'i-hugeicons-invoice-01', text: 'Payments' },
188187
{ to: '/commerce/shipping', icon: 'i-hugeicons-shipping-truck-01', text: 'Delivery' },
188+
{ to: '/commerce/taxes', icon: 'i-hugeicons-taxes', text: 'Taxes' },
189189
{ to: '/commerce/analytics', icon: 'i-hugeicons-analytics-01', text: 'Analytics' }
190190
]
191191
},

0 commit comments

Comments
 (0)