File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed
Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const CREATE_NETWORK = 'CREATE NETWORK';
3232const CREATE_AND_SIMULATE = 'CREATE AND SIMULATE' ;
3333const SIMULATE = 'SIMULATE' ;
3434const BACK_TO_EDIT = 'BACK TO EDIT' ;
35- const BACK_TO_EXPLORER = 'BACK TO EXPLORER' ;
35+ const BACK_TO_EXPLORER = 'GO TO EXPLORER' ;
3636const UPDATE_NETWORK = 'UPDATE NETWORK' ;
3737
3838const editOptions = [ CREATE_NETWORK , CREATE_AND_SIMULATE , SIMULATE ] ;
@@ -80,11 +80,11 @@ class SwitchPageButton extends Component {
8080 ? (
8181 < >
8282 < Button
83- variant = "contained"
84- onClick = { ( ) => this . handleClick ( BACK_TO_EXPLORER ) }
85- startIcon = { < Icon name = "pencil " selected = { false } /> }
86- disabled = { ! instantiated }
87- >
83+ variant = "contained"
84+ onClick = { ( ) => this . handleClick ( BACK_TO_EXPLORER ) }
85+ startIcon = { < Icon name = "screen " selected = { false } /> }
86+ disabled = { ! instantiated }
87+ >
8888 { BACK_TO_EXPLORER }
8989 </ Button >
9090 < SplitButton
You can’t perform that action at this time.
0 commit comments