Change footer to .com #86

Merged
kcseb merged 2 commits from master into master 2020-03-16 19:03:04 +01:00
Showing only changes of commit 8873373465 - Show all commits

View file

@ -57,7 +57,7 @@
<?php echo $this->fetch('content') ?>
<footer>
<div class="content">
<a href="https://lbry.io">LBRY</a>
<a href="https://lbry.com">LBRY</a>
<div class="page-time">Page took <?php echo round((microtime(true) - TIME_START) * 1000, 0) ?>ms</div>
</div>