small fixes

This commit is contained in:
Jeremy Kauffman 2017-02-20 21:08:48 -05:00
parent eab1c67238
commit 4a94d376d5
2 changed files with 5 additions and 3 deletions

View file

@ -23,6 +23,8 @@
<div class="quickstart__claim-form content-light content">
<?php echo View::render('developer/_formCreditsPublish') ?>
</div>
<h3>Try the UI</h3>
<p>LBRY comes with a UI so that normal people can use it to. You can download it <a href="https://lbry.io/get" class="link-primary">here</a>.</p>
<h3 id="community">You Did It! What's Next?</h3>
<p>
Start building something awesome! LBRY works as a discovery and distribution backend for everything from films to CAD files.

View file

@ -9,9 +9,9 @@
</thead>
<tbody>
<tr>
<td><a href="https://lbry.io/get/lbry.dmg">Download .dmg</a></td>
<td><a href="https://lbry.io/get/lbry.deb">Download .deb</a></td>
<td><a href="https://lbry.io/get/lbry.msi">Download .msi</a></td>
<td><a href="https://lbry.io/get/lbry.dmg" class="link-primary">Download .dmg</a></td>
<td><a href="https://lbry.io/get/lbry.deb" class="link-primary">Download .deb</a></td>
<td><a href="https://lbry.io/get/lbry.msi" class="link-primary">Download .msi</a></td>
</tr>
</tbody>
</table>