Skip to content

Commit 493b37c

Browse files
committed
netpyne-146 Fix wrong plot in tutorial 1
1 parent ba6a9d4 commit 493b37c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

webapp/redux/reducers/data/tutorial_steps.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const tutorial_steps = [
130130
)
131131
},
132132
{
133-
target: 'material-icons MuiIcon-root',
133+
target: 'img[src*="d2NetPlot"]',
134134
title: '2D Net Plot Panel',
135135
content: (
136136
<>
@@ -140,7 +140,6 @@ const tutorial_steps = [
140140
<p>Explore moving and reshaping tabs (drag from the tab title)</p>
141141
</>
142142
),
143-
collectionIndex: 2
144143
},
145144
{
146145
target: 'MuiButtonBase-root MuiButton-root MuiButton-contained',

0 commit comments

Comments
 (0)