File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
storage/framework/defaults/components/Dashboard Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,8 @@ const sectionContent: Record<string, SectionContent> = {
185
185
{ to: ' /commerce/categories' , icon: ' i-hugeicons-tags' , text: ' Categories' },
186
186
{ to: ' /commerce/variants' , icon: ' i-hugeicons-paint-board' , text: ' Variants' },
187
187
{ 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' }
189
190
]
190
191
},
191
192
{ to: ' /commerce/coupons' , icon: ' i-hugeicons-coupon-01' , text: ' Coupons' },
You can’t perform that action at this time.
0 commit comments