mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
add LBRY Shop ito footer
This commit is contained in:
parent
771b205d79
commit
f4063597ce
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
|||
<a href="<?php echo $url ?>" <?php echo $selectedItem === $url ? 'class="nav-active"' : ''?>><?php echo $label ?></a>
|
||||
</div>
|
||||
<?php endforeach ?>
|
||||
<div class="control-item no-label-desktop">
|
||||
<a href="https://shop.lbry.io" target="_blank"><span class="btn-label">LBRY Shop</span> <span class="icon-fw icon-shopping-cart"></span></a>
|
||||
</div>
|
||||
<div class="control-item no-label-desktop">
|
||||
<a href="https://twitter.com/lbryio" target="_blank"><span class="btn-label">Twitter</span> <span class="icon-fw icon-twitter"></span></a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue