diff --git a/dist.zip b/dist.zip index e2a8ff879..55dcc87f7 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/js/page/claim_code.js b/js/page/claim_code.js index 6dce905f7..44f1d0b8a 100644 --- a/js/page/claim_code.js +++ b/js/page/claim_code.js @@ -67,7 +67,7 @@ var ClaimCodePage = React.createClass({ }); }, handleSkip: function() { - //alert('Welcome to LBRY! You can visit the Settings page to redeem an invite code at any time.'); + alert('Welcome to LBRY! You can visit the Settings page to redeem an invite code at any time.'); window.location = '?landing'; }, render: function() { @@ -75,22 +75,20 @@ var ClaimCodePage = React.createClass({

Claim your beta invitation code

- Invitations are paused. We are working through some issues with the system. It will be back online tomorrow. - - {/*

Thanks for beta testing LBRY! Enter your invitation code and email address below to receive your initial +

Thanks for beta testing LBRY! Enter your invitation code and email address below to receive your initial LBRY credits.

-

You will be added to our mailing list (if you're not already on it) and will be eligible for future rewards for beta testers.

*/} +

You will be added to our mailing list (if you're not already on it) and will be eligible for future rewards for beta testers.

-
-
+
+
- {/* */} - + +
);