Swap Import and Export icons
Icons were incorrect and has been changed to match what is in here: 9aae6dafcb/src/components/stageTooltip.html
master
parent
c3c331d7b9
commit
a0af5a15f6
|
@ -347,14 +347,14 @@ export default class MenuContainer extends Component {
|
||||||
<MenuButton
|
<MenuButton
|
||||||
click={this._exportClick.bind(this)}
|
click={this._exportClick.bind(this)}
|
||||||
hoverVal="Export Graph"
|
hoverVal="Export Graph"
|
||||||
glyphicon="fa fa-download"
|
glyphicon="fa fa-upload"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<MenuButton
|
<MenuButton
|
||||||
click={this._importClick.bind(this)}
|
click={this._importClick.bind(this)}
|
||||||
hoverVal="Import Graph"
|
hoverVal="Import Graph"
|
||||||
glyphicon="fa fa-upload"
|
glyphicon="fa fa-download"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in New Issue