From a1db065fded70c2c8d13bdf45022a2f310f6335b Mon Sep 17 00:00:00 2001 From: Julian Chandra <67612037+julianchandra@users.noreply.github.com> Date: Tue, 6 Apr 2021 11:09:10 -0700 Subject: [PATCH] update categories There are some categories we don't have any more e.g. rabbit hole, enlightenment etc. --- web/src/category-metadata.js | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/web/src/category-metadata.js b/web/src/category-metadata.js index 569911579..28f32edc0 100644 --- a/web/src/category-metadata.js +++ b/web/src/category-metadata.js @@ -4,13 +4,13 @@ module.exports.CATEGORY_METADATA = { // [PAGES.BIG_HITS]: { - // title: '', - // description: '', + // title: 'Big Hits', + // description: 'Animation, pop culture, comedy, and all the other weird on Odysee', // image: '', // }, // [PAGES.COMMUNITY]: { - // title: '', - // description: '', + // title: 'The Universe', + // description: 'Podcasts, life, learning, and everything else on Odysee', // image: '', // }, // [PAGES.ENLIGHTENMENT]: { @@ -19,13 +19,13 @@ module.exports.CATEGORY_METADATA = { // image: '', // }, // [PAGES.FINANCE]: { - // title: '', - // description: '', + // title: 'Finance 2.0', + // description: 'Crypto, Money, Economics, Markets on Odysee ', // image: '', // }, // [PAGES.GAMING]: { - // title: '', - // description: '', + // title: 'Gaming', + // description: 'Pew pew bzzz gaming on Odysee', // image: '', // }, // [PAGES.GENERAL]: { @@ -34,13 +34,13 @@ module.exports.CATEGORY_METADATA = { // image: '', // }, // [PAGES.LAB]: { - // title: '', - // description: '', + // title: 'Lab', + // description: 'Science - the real kind, on Odysee', // image: '', // }, // [PAGES.NEWS]: { - // title: '', - // description: '', + // title: 'News & Politics', + // description: 'Stay up to date with all that's happening around the world on Odysee', // image: '', // }, // [PAGES.RABBIT_HOLE]: { @@ -54,13 +54,13 @@ module.exports.CATEGORY_METADATA = { // image: '', // }, // [PAGES.TECHNOLOGY]: { - // title: '', - // description: '', + // title: 'Tech', + // description: 'Hardware, software, startups, photography on Odysee', // image: '', // }, // [PAGES.WILD_WEST]: { - // title: '', - // description: '', + // title: 'Wild West', + // description: 'Boosted by user credits, this is what the community promotes on Odysee', // image: '', // }, };