You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/Tour.ts
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,22 @@ tour.addStep({
63
63
id: "preview",
64
64
text: "This section shows the live preview of your template. View the results of your edits and see how your template renders.",
65
65
attachTo: {
66
-
element: ".preview-element",
66
+
element: ".preview-component",
67
+
on: "bottom",
68
+
},
69
+
buttons: [
70
+
{
71
+
text: "Next",
72
+
action: tour.next,
73
+
},
74
+
],
75
+
});
76
+
77
+
tour.addStep({
78
+
id: "darkmode",
79
+
text: "Toggle between light and dark mode for a comfortable viewing experience. Switch themes to suit your preference while working on your template.",
0 commit comments