Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rewards prompt styles #59

Merged
merged 8 commits into from May 14, 2018
lint clean
  • Loading branch information
trickpattyFH20 committed May 11, 2018
commit 2ad3b1d6e3541cadf62f9c3d2693751dc2740784
@@ -51,10 +51,10 @@ class Notification extends Component {
</div>
{this.props.data.buttons &&
<div className="notification-buttons">
<button className={`btn`} onClick={(e) => { this.closeNotification(true); }}>
<button className="btn" onClick={(e) => { this.closeNotification(true); }}>
{t('rewards_yes')}
</button>
<button className={`btn`} onClick={(e) => { this.closeNotification(false); }}>
<button className="btn" onClick={(e) => { this.closeNotification(false); }}>
{t('rewards_no')}
</button>
</div>
ProTip! Use n and p to navigate between commits in a pull request.