Skip to content

Commit

Permalink
fix: playground tour
Browse files Browse the repository at this point in the history
  • Loading branch information
st-vi committed Jan 12, 2024
1 parent 497baec commit b00201d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WebSocketClient/src/intro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ export const initIntroJS = () => {
element: "[id='1']",
intro: 'For example, click here to visualize your feature model. The feature model on the right is then automatically updated when you edit the model. Click on it again to hide it.'
}, {
element: "#separator", intro: 'You can change the size of the editor and the visualization with your mouse.'
element: "#separator1", 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.'
element: ".dropdown-wrapper", intro: 'Click here to load an UVL example from a list of different examples.'
}],
});

Expand Down

0 comments on commit b00201d

Please sign in to comment.