Fixed .io stragglers

This commit is contained in:
ポール ウェッブ 2019-04-11 15:41:07 -04:00
parent 9011adf048
commit 012e34e882
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ export default state => {
<div class="inner-wrap">
<ul>
<li>
<a href="//${process.env.NODE_ENV === "development" ? "localhost:8000" : "lbry.com"}" title="Rediscover content freedom"> LBRY.io</a> |
<a href="//${process.env.NODE_ENV === "development" ? "localhost:8000" : "lbry.com"}" title="Rediscover content freedom"> LBRY.com</a> |
${editLink(state.href)}
</li>

View file

@ -13,7 +13,7 @@ import html from "choo/html";
export default currentUrl => {
const links = [
{
name: "LBRY.io",
name: "LBRY.com",
title: "Escape the techno scene",
url: process.env.NODE_ENV === "development" ? "http://localhost:8000" : "https://lbry.com"
},