mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-02 18:25:11 +00:00
button text too long
This commit is contained in:
parent
d5e6badb22
commit
a2ea614aa7
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
<div class="span6">
|
||||
<h3>For the Efficient and Lazy</h3>
|
||||
<p>
|
||||
<a class="btn-primary" download href="//lbry.io/lbry-linux-latest.deb">Download lbry-linux-latest.deb</a>
|
||||
<a class="btn-primary" download href="//lbry.io/lbry-linux-latest.deb">Download</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="span6">
|
||||
|
@ -19,4 +19,4 @@
|
|||
</div>
|
||||
</div>
|
||||
<?php $html = ob_get_clean() ?>
|
||||
<?php echo View::render('get/getSharedCli', ['installHtml' => $html]) ?>
|
||||
<?php echo View::render('get/getSharedCli', ['installHtml' => $html]) ?>
|
||||
|
|
Loading…
Add table
Reference in a new issue