From cc7bc002c1f3f22923f20feac63eee4a3e773365 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Tue, 13 Apr 2021 13:31:35 -0400 Subject: [PATCH] Julian's updates --- web/src/category-metadata.js | 92 ++++++++++++++++++------------------ 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/web/src/category-metadata.js b/web/src/category-metadata.js index 28f32edc0..0bf1bb500 100644 --- a/web/src/category-metadata.js +++ b/web/src/category-metadata.js @@ -1,66 +1,66 @@ -// const PAGES = require('../../ui/constants/pages'); +const PAGES = require('../../ui/constants/pages'); // Uncomment as you add metadata module.exports.CATEGORY_METADATA = { - // [PAGES.BIG_HITS]: { - // title: 'Big Hits', - // description: 'Animation, pop culture, comedy, and all the other weird on Odysee', - // image: '', - // }, - // [PAGES.COMMUNITY]: { - // title: 'The Universe', - // description: 'Podcasts, life, learning, and everything else on Odysee', - // image: '', - // }, + [PAGES.BIG_HITS]: { + title: 'Big Hits', + description: 'Animation, pop culture, comedy, and all the other weird on Odysee', + image: '', + }, + [PAGES.COMMUNITY]: { + title: 'The Universe', + description: 'Podcasts, life, learning, and everything else on Odysee', + image: '', + }, // [PAGES.ENLIGHTENMENT]: { // title: '', // description: '', // image: '', // }, - // [PAGES.FINANCE]: { - // title: 'Finance 2.0', - // description: 'Crypto, Money, Economics, Markets on Odysee ', - // image: '', - // }, - // [PAGES.GAMING]: { - // title: 'Gaming', - // description: 'Pew pew bzzz gaming on Odysee', - // image: '', - // }, + [PAGES.FINANCE]: { + title: 'Finance 2.0', + description: 'Crypto, Money, Economics, Markets on Odysee ', + image: '', + }, + [PAGES.GAMING]: { + title: 'Gaming', + description: 'Pew pew bzzz gaming on Odysee', + image: '', + }, // [PAGES.GENERAL]: { // title: '', // description: '', // image: '', // }, - // [PAGES.LAB]: { - // title: 'Lab', - // description: 'Science - the real kind, on Odysee', - // image: '', - // }, - // [PAGES.NEWS]: { - // title: 'News & Politics', - // description: 'Stay up to date with all that's happening around the world on Odysee', - // image: '', - // }, - // [PAGES.RABBIT_HOLE]: { - // title: '', - // description: '', - // image: '', - // }, + [PAGES.LAB]: { + title: 'Lab', + description: 'Science - the real kind, on Odysee', + image: '', + }, + [PAGES.NEWS]: { + title: 'News & Politics', + description: `Stay up to date with all that's happening around the world on Odysee`, + image: '', + }, + [PAGES.RABBIT_HOLE]: { + title: '', + description: '', + image: '', + }, // [PAGES.SCIENCE]: { // title: '', // description: '', // image: '', // }, - // [PAGES.TECHNOLOGY]: { - // title: 'Tech', - // description: 'Hardware, software, startups, photography on Odysee', - // image: '', - // }, - // [PAGES.WILD_WEST]: { - // title: 'Wild West', - // description: 'Boosted by user credits, this is what the community promotes on Odysee', - // image: '', - // }, + [PAGES.TECHNOLOGY]: { + title: 'Tech', + description: 'Hardware, software, startups, photography on Odysee', + image: '', + }, + [PAGES.WILD_WEST]: { + title: 'Wild West', + description: 'Boosted by user credits, this is what the community promotes on Odysee', + image: '', + }, };