Skip to content

Commit a84f7db

Browse files
committed
Added toggle instructions
1 parent 6b9f98e commit a84f7db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/Tutorial.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Tutorial extends Component<Props> {
6464
<div
6565
style={{
6666
gridColumnStart: 'col2',
67-
gridColumnEnd: 'col5',
67+
gridColumnEnd: 'col6',
6868
gridRowStart: 'row2',
6969
gridRowEnd: 'row3',
7070
backgroundColor: theme.palette.background.paper,
@@ -85,6 +85,9 @@ class Tutorial extends Component<Props> {
8585
<h2 id="transition-modal-description">
8686
Give your component a name add click '+' to add it to your collection of components.
8787
</h2>
88+
<h2 id="transition-modal-description">
89+
You can also make each component you create stateful or not stateful, and functional or as a class component as well.
90+
</h2>
8891
<h2 id="transition-modal-description">
8992
Once you've added your component, while in the view of the component you would like to make the parent of your new component, click '+' next to the new component you created to make it a child.
9093
</h2>

0 commit comments

Comments
 (0)