Add link styles back to "Try Anyway" link

This commit is contained in:
Alex Liebowitz 2017-02-23 01:28:58 -05:00
parent 0266523a5c
commit b18063584a

View file

@ -281,7 +281,7 @@ export let FileActions = React.createClass({
<ToolTip label="Why?" <ToolTip label="Why?"
body="The content on LBRY is hosted by its users. It appears there are no users connected that have this file at the moment." body="The content on LBRY is hosted by its users. It appears there are no users connected that have this file at the moment."
className="button-set-item" /> className="button-set-item" />
<Link label="Try Anyway" onClick={this.onShowFileActionsRowClicked} className="button-set-item" /> <Link label="Try Anyway" onClick={this.onShowFileActionsRowClicked} className="button-text button-set-item" />
</div> </div>
} }
</section>); </section>);