Skip to content

Commit

Permalink
Merge pull request #2692 from woocommerce/fix/2680-rebranding-tour-mo…
Browse files Browse the repository at this point in the history
…bile
  • Loading branch information
tomalec authored Nov 25, 2024
2 parents 4173854 + e15ffd0 commit 0d356b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/components/tours/rebranding-tour.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default function RebrandingTour() {
referenceElements: {
desktop:
'.toplevel_page_woocommerce-marketing a[href*="google"]',
mobile: '#wp-admin-bar-menu-toggle',
},
meta: {
heading: (
Expand Down Expand Up @@ -59,7 +60,6 @@ export default function RebrandingTour() {
classNames: 'gla-admin-page,gla-rebranding-tour',
effects: { overlay: false },
},
placement: 'top',
closeHandler: () => setTourChecked( true ),
};

Expand Down

0 comments on commit 0d356b7

Please sign in to comment.