Skip to content

Commit

Permalink
🐛 Fix missing purchase link in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt authored and williamchong committed Dec 4, 2024
1 parent 88cbe00 commit f5f209a
Show file tree
Hide file tree
Showing 3 changed files with 1,085 additions and 1,074 deletions.
8 changes: 7 additions & 1 deletion components/SiteMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ const items = [
{
label: 'Sales Tools',
links: [
{
label: 'Create Purchase Link',
icon: 'i-heroicons-link',
to: { name: 'purchase-link' },
exact: true
},
{
label: 'Bookstore POS',
icon: 'i-heroicons-shopping-cart',
Expand All @@ -113,7 +119,7 @@ const items = [
},
{
label: 'Batch Create Short Links',
icon: 'i-heroicons-sparkles',
icon: 'i-heroicons-link',
to: { name: 'batch-short-links' }
}
]
Expand Down
Loading

0 comments on commit f5f209a

Please sign in to comment.