mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-27 07:23:33 +00:00
more accurate
This commit is contained in:
parent
28633fab91
commit
ed42da1e15
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<h3>Share and Earn</h3>
|
||||
<p>Earn <?php echo i18n::formatCredits(5) ?> for each user who joins via this URL:</p>
|
||||
<p>Earn <?php echo i18n::formatCredits($prefineryUser['id'] < 75000 ? 10 : 5) ?> for each user who joins via this URL:</p>
|
||||
<p>
|
||||
<input type="text" value="https://lbry.io/get?r=<?php echo $referralCode ?>" style="width: 100%; border-color: #155B4A" readonly id="referral-url-input"/>
|
||||
<?php js_start() ?>
|
||||
|
|
Loading…
Add table
Reference in a new issue