Skip to content

Commit f5f209a

Browse files
nwingtwilliamchong
authored andcommitted
🐛 Fix missing purchase link in menu
1 parent 88cbe00 commit f5f209a

File tree

3 files changed

+1085
-1074
lines changed

3 files changed

+1085
-1074
lines changed

components/SiteMenu.vue

+7-1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ const items = [
9999
{
100100
label: 'Sales Tools',
101101
links: [
102+
{
103+
label: 'Create Purchase Link',
104+
icon: 'i-heroicons-link',
105+
to: { name: 'purchase-link' },
106+
exact: true
107+
},
102108
{
103109
label: 'Bookstore POS',
104110
icon: 'i-heroicons-shopping-cart',
@@ -113,7 +119,7 @@ const items = [
113119
},
114120
{
115121
label: 'Batch Create Short Links',
116-
icon: 'i-heroicons-sparkles',
122+
icon: 'i-heroicons-link',
117123
to: { name: 'batch-short-links' }
118124
}
119125
]

0 commit comments

Comments
 (0)