diff --git a/web/component/footer.jsx b/web/component/footer.jsx
index ad16140a5..0960899d1 100644
--- a/web/component/footer.jsx
+++ b/web/component/footer.jsx
@@ -1,101 +1,34 @@
-import * as PAGES from 'constants/pages';
import React from 'react';
import Button from 'component/button';
-
-const sections = [
- {
- name: 'Community',
- links: [
- {
- label: 'Twitter',
- link: 'https://twitter.com/lbrycom',
- },
- {
- label: 'Reddit',
- link: 'https://reddit.com/r/lbry',
- },
- {
- label: 'Chat (Discord)',
- link: 'https://chat.lbry.org/',
- },
- {
- label: 'Telegram',
- link: 'https://t.me/lbryofficial',
- },
- {
- label: 'Facebook',
- link: 'https://www.facebook.com/lbryio',
- },
- ],
- },
- {
- name: 'Resources',
- links: [
- {
- label: 'FAQ',
- link: 'https://lbry.com/faq',
- },
- {
- label: 'Support --[used in footer; general help/support]--',
- link: 'https://lbry.com/faq/support',
- },
- {
- label: 'YouTube Partner Program',
- link: 'https://lbry.com/youtube',
- },
- {
- label: 'lbry.com',
- link: 'https://lbry.com',
- },
- {
- label: 'lbry.tech',
- link: 'https://lbry.tech',
- },
- {
- label: 'GitHub',
- link: 'https://github.com/lbryio',
- },
- ],
- },
- {
- name: 'Policies',
- links: [
- {
- label: 'Terms of Service',
- link: 'https://www.lbry.com/termsofservice',
- },
- {
- label: 'Privacy Policy',
- link: 'https://lbry.com/privacypolicy',
- },
- {
- label: '2257',
- navigate: `/$/${PAGES.CODE_2257}`,
- },
- ],
- },
-];
+import I18nMessage from 'component/i18nMessage';
export default function Footer() {
return (
);
diff --git a/web/component/meme.jsx b/web/component/meme.jsx
index 2df8bfe27..ed12e258e 100644
--- a/web/component/meme.jsx
+++ b/web/component/meme.jsx
@@ -5,7 +5,7 @@ export default function Meme() {
return (
);
diff --git a/web/package.json b/web/package.json
index c75e33d12..924514799 100644
--- a/web/package.json
+++ b/web/package.json
@@ -31,7 +31,7 @@
"koa-logger": "^3.2.1",
"koa-send": "^5.0.0",
"koa-static": "^5.0.0",
- "lbry-redux": "lbryio/lbry-redux#508e8d36fd91106beb7d6b4edb9f726dae0e6264",
+ "lbry-redux": "lbryio/lbry-redux#b075c103445a9355d617116fbb491496ecb473da",
"lbryinc": "lbryio/lbryinc#8f9a58bfc8312a65614fd7327661cdcc502c4e59",
"mysql": "^2.17.1",
"node-fetch": "^2.6.1",
diff --git a/web/yarn.lock b/web/yarn.lock
index 3a43acd81..a9ebe976c 100644
--- a/web/yarn.lock
+++ b/web/yarn.lock
@@ -3331,9 +3331,9 @@ latest-version@^3.0.0:
dependencies:
package-json "^4.0.0"
-lbry-redux@lbryio/lbry-redux#508e8d36fd91106beb7d6b4edb9f726dae0e6264:
+lbry-redux@lbryio/lbry-redux#b075c103445a9355d617116fbb491496ecb473da:
version "0.0.1"
- resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/508e8d36fd91106beb7d6b4edb9f726dae0e6264"
+ resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/b075c103445a9355d617116fbb491496ecb473da"
dependencies:
proxy-polyfill "0.1.6"
reselect "^3.0.0"