Skip to content

Commit

Permalink
Edited the tour.js file to include the reset button.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmara committed Jun 26, 2023
1 parent 7981542 commit 487d525
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/myr/tour.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ export const TourSteps = [
selector: "#save-btn",
content: "Save your work.",
},
{
selector: "#reset-btn",
content: "Reset camera position."
},
{
selector: "#open-btn",
content: "See previous work and view examples.",
Expand Down

0 comments on commit 487d525

Please sign in to comment.