Category: Featured
This commit is contained in:
parent
18cdba65cf
commit
fae68d40fd
4 changed files with 8 additions and 0 deletions
|
@ -1307,6 +1307,7 @@
|
|||
"Cooking": "Cooking",
|
||||
"Education": "Education",
|
||||
"Enlightenment": "Enlightenment",
|
||||
"Featured": "Featured",
|
||||
"Gaming": "Gaming",
|
||||
"Game": "Game",
|
||||
"Lab": "Lab",
|
||||
|
|
|
@ -11,6 +11,7 @@ export const PAGE_TITLE = {
|
|||
[PAGES.DISCOVER]: 'Wild West',
|
||||
[PAGES.EDUCATION]: 'Education',
|
||||
[PAGES.ENLIGHTENMENT]: 'Enlightenment',
|
||||
[PAGES.FEATURED]: 'Featured',
|
||||
[PAGES.FINANCE]: 'Finance 2.0',
|
||||
[PAGES.GAMING]: 'Gaming',
|
||||
[PAGES.GENERAL]: 'Cheese',
|
||||
|
|
|
@ -14,6 +14,7 @@ exports.MUSIC = 'music';
|
|||
exports.COMMUNITY = 'community';
|
||||
exports.EDUCATION = 'education';
|
||||
exports.ENLIGHTENMENT = 'enlightenment';
|
||||
exports.FEATURED = 'featured';
|
||||
exports.FINANCE = 'finance';
|
||||
exports.GAMING = 'gaming';
|
||||
exports.GENERAL = 'general';
|
||||
|
|
|
@ -13,6 +13,11 @@ module.exports.CATEGORY_METADATA = {
|
|||
// description: '', <----- FILL IN PLEASE
|
||||
// image: '', <----- FILL IN PLEASE
|
||||
// }),
|
||||
// [PAGES.FEATURED]: () => ({
|
||||
// title: 'Featured',
|
||||
// description: '', <----- FILL IN PLEASE
|
||||
// image: '', <----- FILL IN PLEASE
|
||||
// }),
|
||||
[PAGES.FINANCE]: () => ({
|
||||
title: 'Finance 2.0',
|
||||
description: 'Crypto, Money, Economics, Markets on Odysee ',
|
||||
|
|
Loading…
Reference in a new issue