diff --git a/app/components/footer.js b/app/components/footer.js
index 172f772..b52b122 100644
--- a/app/components/footer.js
+++ b/app/components/footer.js
@@ -29,7 +29,7 @@ export default state => {
-
- ← LBRY.io |
+ ← LBRY.com |
${editLink(state.href)}
diff --git a/app/components/navigation.js b/app/components/navigation.js
index 9c9d0e5..5aff3db 100644
--- a/app/components/navigation.js
+++ b/app/components/navigation.js
@@ -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"
},