We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6a9d4 commit 493b37cCopy full SHA for 493b37c
1 file changed
webapp/redux/reducers/data/tutorial_steps.js
@@ -130,7 +130,7 @@ const tutorial_steps = [
130
)
131
},
132
{
133
- target: 'material-icons MuiIcon-root',
+ target: 'img[src*="d2NetPlot"]',
134
title: '2D Net Plot Panel',
135
content: (
136
<>
@@ -140,7 +140,6 @@ const tutorial_steps = [
140
<p>Explore moving and reshaping tabs (drag from the tab title)</p>
141
</>
142
),
143
- collectionIndex: 2
144
145
146
target: 'MuiButtonBase-root MuiButton-root MuiButton-contained',
0 commit comments