Julian's category changes #5878
1 changed files with 46 additions and 46 deletions
|
@ -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: '',
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue