diff --git a/gbajs3/src/components/product-tour/product-tour-intro.tsx b/gbajs3/src/components/product-tour/product-tour-intro.tsx index b0bf4585..9db6b116 100644 --- a/gbajs3/src/components/product-tour/product-tour-intro.tsx +++ b/gbajs3/src/components/product-tour/product-tour-intro.tsx @@ -25,6 +25,7 @@ const steps: Step[] = [

), + showSkipButton: true, locale: { skip: Skip, next: Yes @@ -57,14 +58,12 @@ const steps: Step[] = [ ), - locale: { skip: Skip }, placement: 'auto', spotlightPadding: 40, target: '#menu-wrapper' }, { content:

Use the hamburger button to show and hide the menu

, - locale: { skip: Skip }, placement: 'right', spotlightPadding: 10, target: '#menu-btn' @@ -79,7 +78,6 @@ const steps: Step[] = [

Watch for the red beacons, tap them to continue your tour!

), - locale: { skip: Skip }, placement: 'center', target: 'body' } @@ -99,7 +97,6 @@ export const ProductTourIntro = () => { hideCloseButton disableScrolling showProgress - showSkipButton steps={steps} styles={{ options: {