Seed Support #56
2 changed files with 4 additions and 2 deletions
|
@ -60,8 +60,8 @@ const LinkGithubReward = React.createClass({
|
||||||
render: function() {
|
render: function() {
|
||||||
return (
|
return (
|
||||||
<section>
|
<section>
|
||||||
|
<p><Link button="alt" label="Link with GitHub" onClick={this._launchLinkPage} /></p>
|
||||||
<section className="reward-page__details">
|
<section className="reward-page__details">
|
||||||
<p><Link button="alt" label="Link with GitHub" onClick={this._launchLinkPage} /></p>
|
|
||||||
<p>This will open a browser window where you can authorize GitHub to link your account to LBRY. This will record your email (no spam) and star the LBRY repo.</p>
|
<p>This will open a browser window where you can authorize GitHub to link your account to LBRY. This will record your email (no spam) and star the LBRY repo.</p>
|
||||||
<p>Once you're finished, you may confirm you've linked the account to receive your reward.</p>
|
<p>Once you're finished, you may confirm you've linked the account to receive your reward.</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
@import "../global";
|
||||||
|
|
||||||
.reward-page__details {
|
.reward-page__details {
|
||||||
background-color: rgba(0, 0, 0, 0.01);
|
background-color: lighten($color-canvas, 1.5%);
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue