Skip to content

Commit

Permalink
Moved pre-orders after fulfillment
Browse files Browse the repository at this point in the history
  • Loading branch information
dt2patel authored Oct 24, 2023
1 parent 16b18ba commit 2db8459
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,17 +95,17 @@ export default defineComponent({
name: 'BOPIS',
resource: require('../assets/images/BOPIS.svg'),
type: 'Orders'
}, {
handle: 'preorder',
name: 'Pre-Orders',
resource: require('../assets/images/PreOrder.svg'),
type: 'Orders'
}, {
handle: 'fulfillment',
name: 'Fulfillment',
resource: require('../assets/images/Fulfillment.svg'),
type: 'Orders'
}, {
handle: 'preorder',
name: 'Pre-Orders',
resource: require('../assets/images/PreOrder.svg'),
type: 'Orders'
}, {
handle: 'threshold-management',
name: 'Threshold Management',
resource: require('../assets/images/Threshold.svg'),
Expand Down

0 comments on commit 2db8459

Please sign in to comment.