Skip to content

Commit

Permalink
feat: rename Storage menu to "STORAGE"
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Jan 28, 2020
1 parent 7eab0b9 commit ee917a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/RoutingStorage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class Storage extends React.PureComponent<IStorageProps & Store> {
return (
<div className="channel-storage-body">
<button className="close" onClick={() => this.handleClose()}>X</button>
<h2>ROUTING</h2>
<h2>STORAGE</h2>
<br/>
<h3>SAVE ROUTING :</h3>
<button onClick={this.saveFile} className="button">
Expand Down

0 comments on commit ee917a2

Please sign in to comment.