Skip to content

Commit

Permalink
fix(widget): Get closer to the mock
Browse files Browse the repository at this point in the history
  • Loading branch information
etcinit committed Oct 21, 2016
1 parent 39f6686 commit ed42b58
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/views/snagshout-widget-js.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
return React.createElement(
'div',
{ className: 'ss-promocode ss-fade-in' },
React.createElement('b', {}, 'CODE:'),
React.createElement('br', {}),
this.props.promoCode
);
}
Expand All @@ -27,7 +25,7 @@
className: 'ss-expand',
onClick: this.handleButtonClick,
},
'Get Promo Code'
'Get Coupon Code'
);
},
Expand Down

0 comments on commit ed42b58

Please sign in to comment.