mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-30 00:41:33 +00:00
lower referral reward
This commit is contained in:
parent
24f3cefd33
commit
27d6627081
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
]) ?>
|
||||
<?php endif ?>
|
||||
<h3>Share and Earn</h3>
|
||||
<p>Earn <?php echo i18n::formatCredits(25) ?> per referral by sharing this URL:</p>
|
||||
<p>Earn <?php echo i18n::formatCredits(10) ?> per referral by sharing this URL:</p>
|
||||
<p><a href="/get?r=<?php echo Session::get(Session::KEY_DOWNLOAD_REFERRAL_CODE) ?>" class="link-primary">https://lbry.io/get?r=<?php echo Session::get(Session::KEY_DOWNLOAD_REFERRAL_CODE) ?></a></p>
|
||||
<?php echo View::render('download/_reward', [
|
||||
'inviteCode' => $inviteCode
|
||||
|
|
Loading…
Add table
Reference in a new issue