Skip to content

Commit

Permalink
feat: added examples to playground tour
Browse files Browse the repository at this point in the history
  • Loading branch information
st-vi committed Jan 11, 2024
1 parent a0396f0 commit e504fbd
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 @@ -17,6 +17,8 @@ export const initIntroJS = () => {
element: "#separator", intro: 'You can change the size of the editor and the visualization with your mouse.'
}, {
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: "#example-dropdown", intro: 'Click here to load an UVL example from a list of different examples.'
}],
});

Expand Down

0 comments on commit e504fbd

Please sign in to comment.