1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-30 13:41:57 +02:00

convert cancel hashing action to anchor

This commit is contained in:
Tim Daubenschütz 2015-07-27 16:37:54 +02:00
parent 332366ec15
commit 21fc2cee28

View File

@ -161,7 +161,7 @@ let FileDragAndDrop = React.createClass({
<p>{getLangText('Computing hash(es)... This may take a few minutes.')}</p>
<p>
<span>{Math.ceil(this.props.hashingProgress)}%</span>
<span onClick={this.props.handleCancelHashing}> {getLangText('Cancel hashing')}</span>
<a onClick={this.props.handleCancelHashing}> {getLangText('Cancel hashing')}</a>
</p>
<ProgressBar completed={this.props.hashingProgress} color="#48DACB"/>
</div>