Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions src/components/ToggleDarkMode.tsx

This file was deleted.

19 changes: 0 additions & 19 deletions src/components/Tour.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,25 +297,6 @@ tour.addStep({
],
});

tour.addStep({
id: "dark-mode-toggle",
text: "Toggle between light and dark mode for a comfortable viewing experience. Switch themes to suit your preference while working on your template.",
attachTo: {
element: ".dark-mode-toggle",
on: "bottom",
},
buttons: [
{
text: "Skip",
action: () => void tour.cancel(),
classes: "shepherd-button-secondary",
},
{
text: "Next",
action: () => tour.next(),
},
],
});

tour.addStep({
id: "learn-button",
Expand Down
17 changes: 0 additions & 17 deletions src/styles/components/ToggleDarkMode.ts

This file was deleted.