Skip to content

Commit

Permalink
fix(tour): android settings button not tapable
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Jul 30, 2024
1 parent 4cef14d commit 2c38b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/features/shepherd/shepherd-steps.const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ export const SHEPHERD_STEPS = (
text: `${CLICK_B} on <span class="material-icons">settings</span> <strong>Settings</strong>!`,
attachTo: {
element: '.tour-settingsMenuBtn',
on: 'right',
on: 'top',
},
when: nextOnObs(
router.events.pipe(
Expand Down

0 comments on commit 2c38b33

Please sign in to comment.