Swap Import and Export icons

Icons were incorrect and has been changed to match what is in here: 9aae6dafcb/src/components/stageTooltip.html
master
Thad(deus) Bogner 2018-09-27 16:27:48 -04:00 committed by GitHub
parent c3c331d7b9
commit a0af5a15f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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>