We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c50a6 commit bccf5f5Copy full SHA for bccf5f5
webapp/redux/reducers/data/tutorial_steps.js
@@ -44,7 +44,7 @@ const tutorial_steps = [
44
)
45
},
46
{
47
- target: '#Geometry', // check
+ target: '#sectionGeomTab', // check
48
title: "Explore the new cell type properties",
49
content: (
50
<p>In the geometry tab we can see the dimensions of this section (cylinder of 12 by 12 um)</p>
@@ -55,7 +55,7 @@ const tutorial_steps = [
55
title: 'Create a cell population',
56
57
<>
58
- <p>Click on the Populations icon on the left sidebar</p>
+ <p>Click on the Populations icon on the left sidebar</p>
59
<p>You can also find each icon as a tab in the top panel</p>
60
</>
61
0 commit comments