Skip to content

Commit

Permalink
Update file 11-27-2020 18:11:08
Browse files Browse the repository at this point in the history
  • Loading branch information
shijiezhou1 committed Nov 27, 2020
1 parent 07fea7d commit b9b6ee4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/assets/navbarOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ export default {
isUsingVueRouter: true,
mobileBreakpoint: 992,
brandImagePath: './',
brandImage: require('../src/assets/images/lockup-color.png'),
brandImage: require('@/assets/images/lockup-color.png'),
brandImageAltText: 'brand-image',
collapseButtonImageOpen: require('../src/assets/images/collapse-menu-dark.png'),
collapseButtonImageClose: require('../src/assets/images/times.png'),
collapseButtonImageOpen: require('@/assets/images/collapse-menu-dark.png'),
collapseButtonImageClose: require('@/assets/images/times.png'),
showBrandImageInMobilePopup: true,
ariaLabelMainNav: 'Main Navigation',
tooltipAnimationType: 'shift-away',
Expand Down Expand Up @@ -100,4 +100,4 @@ export default {
path: './contact'
}
]
}
}

0 comments on commit b9b6ee4

Please sign in to comment.