Skip to content

Commit be72201

Browse files
committed
chore: wip
1 parent 78f2957 commit be72201

File tree

4 files changed

+667
-1
lines changed

4 files changed

+667
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,15 @@ const sectionContent: Record<string, SectionContent> = {
234234
]
235235
},
236236
{ to: '/commerce/taxes', icon: 'i-hugeicons-taxes', text: 'Taxes' },
237-
{ to: '/commerce/printers', icon: 'i-hugeicons-printer', text: 'Printers' }
237+
{
238+
to: '#printers',
239+
icon: 'i-hugeicons-printer',
240+
text: 'Printers',
241+
children: [
242+
{ to: '/commerce/printers', icon: 'i-hugeicons-device-laptop', text: 'Devices' },
243+
{ to: '/commerce/printers/prints', icon: 'i-hugeicons-document-01', text: 'Prints' }
244+
]
245+
}
238246
]
239247
},
240248
data: {

0 commit comments

Comments
 (0)