Skip to content

Commit bccf5f5

Browse files
committed
fixing tutorial
1 parent 28c50a6 commit bccf5f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webapp/redux/reducers/data/tutorial_steps.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const tutorial_steps = [
4444
)
4545
},
4646
{
47-
target: '#Geometry', // check
47+
target: '#sectionGeomTab', // check
4848
title: "Explore the new cell type properties",
4949
content: (
5050
<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 = [
5555
title: 'Create a cell population',
5656
content: (
5757
<>
58-
<p>Click on the Populations icon on the left sidebar</p>
58+
<p>Click on the Populations icon on the left sidebar</p>
5959
<p>You can also find each icon as a tab in the top panel</p>
6060
</>
6161
)

0 commit comments

Comments
 (0)