Fixed .io stragglers
This commit is contained in:
parent
9011adf048
commit
012e34e882
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue