Skip to content

Commit

Permalink
feat: added theme toggle to playground tour
Browse files Browse the repository at this point in the history
  • Loading branch information
st-vi committed Jan 12, 2024
1 parent a79bc03 commit d1445db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WebSocketClient/src/intro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ export const initIntroJS = () => {
element: "#uvl-tutorialButton", intro: 'If you are not familiar with UVL or need a little refresh, click here to get a quick tutorial of the language.'
}, {
element: ".dropdown-wrapper", intro: 'Click here to load an UVL example from a list of different examples.'
}, {
element: "#theme-toggle", intro: 'Click here to change between light and dark mode.'
}],
});

Expand Down

0 comments on commit d1445db

Please sign in to comment.