removed cancel icon from onboarding popup
This commit is contained in:
@@ -32,7 +32,7 @@ function startTour(manual) {
|
||||
const tour = new Shepherd.Tour({
|
||||
useModalOverlay: !mobile,
|
||||
defaultStepOptions: {
|
||||
cancelIcon: { enabled: true },
|
||||
cancelIcon: { enabled: false },
|
||||
scrollTo: false,
|
||||
classes: 'onboarding-step',
|
||||
popperOptions: {
|
||||
|
||||
Reference in New Issue
Block a user