removed cancel icon from onboarding popup

This commit is contained in:
2026-06-12 12:03:44 +02:00
parent 2039f5d03d
commit 7be37bd30f

View File

@@ -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: {