Skip to content

Commit fa70737

Browse files
committed
#451 cosmetic changes
1 parent d66c6ac commit fa70737

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

webapp/components/topbar/SwitchPageButton.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const CREATE_NETWORK = 'CREATE NETWORK';
3232
const CREATE_AND_SIMULATE = 'CREATE AND SIMULATE';
3333
const SIMULATE = 'SIMULATE';
3434
const BACK_TO_EDIT = 'BACK TO EDIT';
35-
const BACK_TO_EXPLORER = 'BACK TO EXPLORER';
35+
const BACK_TO_EXPLORER = 'GO TO EXPLORER';
3636
const UPDATE_NETWORK = 'UPDATE NETWORK';
3737

3838
const 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

webapp/static/icons/screen.svg

Lines changed: 7 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)