Skip to content

Commit ff73d55

Browse files
committed
chore: wip
1 parent 701715f commit ff73d55

File tree

1 file changed

+2
-1
lines changed
  • storage/framework/defaults/components/Dashboard

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ const sectionContent: Record<string, SectionContent> = {
185185
{ to: '/commerce/categories', icon: 'i-hugeicons-tags', text: 'Categories' },
186186
{ to: '/commerce/variants', icon: 'i-hugeicons-paint-board', text: 'Variants' },
187187
{ to: '/commerce/units', icon: 'i-hugeicons-ruler', text: 'Units' },
188-
{ to: '/commerce/manufacturers', icon: 'i-hugeicons-factory', text: 'Manufacturers' }
188+
{ to: '/commerce/manufacturers', icon: 'i-hugeicons-factory', text: 'Manufacturers' },
189+
{ to: '/commerce/reviews', icon: 'i-hugeicons-star', text: 'Reviews' }
189190
]
190191
},
191192
{ to: '/commerce/coupons', icon: 'i-hugeicons-coupon-01', text: 'Coupons' },

0 commit comments

Comments
 (0)