update comment in footer

This commit is contained in:
Udit Patel 2020-07-04 21:47:40 +05:30 committed by GitHub
parent fa0f304b32
commit 10d12a97cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,13 @@
<!-- footer -->
<!-- FooterPart -->
<div class="container-fluid above-parallax">
<div class="row py-3">
<div class="col-md-7">
<ul class="nav">
<li class="nav-item">
<a class="nav-link" href="https://lbry.com/privacypolicy">Privacy Policy</a>
</li>
<li class="nav-item">
<div class="btn-group dropup">
<button type="button" class="btn btn-outline-secondary text-white">Other Sites</button>
@ -21,14 +23,16 @@
</div>
</div>
</li>
<li class="nav-item" style="padding-left: 1rem;">
</a>
</li>
</ul>
</div>
<div class="col-md text-md-right">
<small>&copy; 2020 LBRY.org | LBRY Foundation</small>
</div>
</div>
</div>
<!-- /footer -->
<!-- /FooterPart -->