1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-28 08:37:59 +02:00

buttonlink style

This commit is contained in:
diminator 2015-09-21 11:26:36 +02:00
parent a8976ca54a
commit 92f543490e

View File

@ -40,7 +40,7 @@ let IkonotvSubmitButton = React.createClass({
'start_from': startFrom,
'piece_id': piece.id
}}
className={classNames('btn', 'btn-default', this.props.className)}>
className={classNames('ascribe-margin-1px', this.props.className)}>
{getLangText('Loan to IkonoTV')}
</ButtonLink>
);