Julian's category changes (#5878)

This commit is contained in:
Thomas Zarebczan 2021-04-13 14:22:14 -04:00 committed by GitHub
parent 27c7a8a31e
commit bb766211f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,66 +1,66 @@
// const PAGES = require('../../ui/constants/pages'); const PAGES = require('../../ui/constants/pages');
// Uncomment as you add metadata // Uncomment as you add metadata
module.exports.CATEGORY_METADATA = { module.exports.CATEGORY_METADATA = {
// [PAGES.BIG_HITS]: { [PAGES.BIG_HITS]: {
// title: '', title: 'Big Hits',
// description: '', description: 'Animation, pop culture, comedy, and all the other weird on Odysee',
// image: '', image: '',
// }, },
// [PAGES.COMMUNITY]: { [PAGES.COMMUNITY]: {
// title: '', title: 'The Universe',
// description: '', description: 'Podcasts, life, learning, and everything else on Odysee',
// image: '', image: '',
// }, },
// [PAGES.ENLIGHTENMENT]: { // [PAGES.ENLIGHTENMENT]: {
// title: '', // title: '',
// description: '', // description: '',
// image: '', // image: '',
// }, // },
// [PAGES.FINANCE]: { [PAGES.FINANCE]: {
// title: '', title: 'Finance 2.0',
// description: '', description: 'Crypto, Money, Economics, Markets on Odysee ',
// image: '', image: '',
// }, },
// [PAGES.GAMING]: { [PAGES.GAMING]: {
// title: '', title: 'Gaming',
// description: '', description: 'Pew pew bzzz gaming on Odysee',
// image: '', image: '',
// }, },
// [PAGES.GENERAL]: { // [PAGES.GENERAL]: {
// title: '', // title: '',
// description: '', // description: '',
// image: '', // image: '',
// }, // },
// [PAGES.LAB]: { [PAGES.LAB]: {
// title: '', title: 'Lab',
// description: '', description: 'Science - the real kind, on Odysee',
// image: '', image: '',
// }, },
// [PAGES.NEWS]: { [PAGES.NEWS]: {
// title: '', title: 'News & Politics',
// description: '', description: `Stay up to date with all that's happening around the world on Odysee`,
// image: '', image: '',
// }, },
// [PAGES.RABBIT_HOLE]: { [PAGES.RABBIT_HOLE]: {
// title: '', title: '',
// description: '', description: '',
// image: '', image: '',
// }, },
// [PAGES.SCIENCE]: { // [PAGES.SCIENCE]: {
// title: '', // title: '',
// description: '', // description: '',
// image: '', // image: '',
// }, // },
// [PAGES.TECHNOLOGY]: { [PAGES.TECHNOLOGY]: {
// title: '', title: 'Tech',
// description: '', description: 'Hardware, software, startups, photography on Odysee',
// image: '', image: '',
// }, },
// [PAGES.WILD_WEST]: { [PAGES.WILD_WEST]: {
// title: '', title: 'Wild West',
// description: '', description: 'Boosted by user credits, this is what the community promotes on Odysee',
// image: '', image: '',
// }, },
}; };