Category: Featured

This commit is contained in:
infinite-persistence 2022-02-03 11:19:33 +08:00 committed by Thomas Zarebczan
parent 18cdba65cf
commit fae68d40fd
4 changed files with 8 additions and 0 deletions

View file

@ -1307,6 +1307,7 @@
"Cooking": "Cooking", "Cooking": "Cooking",
"Education": "Education", "Education": "Education",
"Enlightenment": "Enlightenment", "Enlightenment": "Enlightenment",
"Featured": "Featured",
"Gaming": "Gaming", "Gaming": "Gaming",
"Game": "Game", "Game": "Game",
"Lab": "Lab", "Lab": "Lab",

View file

@ -11,6 +11,7 @@ export const PAGE_TITLE = {
[PAGES.DISCOVER]: 'Wild West', [PAGES.DISCOVER]: 'Wild West',
[PAGES.EDUCATION]: 'Education', [PAGES.EDUCATION]: 'Education',
[PAGES.ENLIGHTENMENT]: 'Enlightenment', [PAGES.ENLIGHTENMENT]: 'Enlightenment',
[PAGES.FEATURED]: 'Featured',
[PAGES.FINANCE]: 'Finance 2.0', [PAGES.FINANCE]: 'Finance 2.0',
[PAGES.GAMING]: 'Gaming', [PAGES.GAMING]: 'Gaming',
[PAGES.GENERAL]: 'Cheese', [PAGES.GENERAL]: 'Cheese',

View file

@ -14,6 +14,7 @@ exports.MUSIC = 'music';
exports.COMMUNITY = 'community'; exports.COMMUNITY = 'community';
exports.EDUCATION = 'education'; exports.EDUCATION = 'education';
exports.ENLIGHTENMENT = 'enlightenment'; exports.ENLIGHTENMENT = 'enlightenment';
exports.FEATURED = 'featured';
exports.FINANCE = 'finance'; exports.FINANCE = 'finance';
exports.GAMING = 'gaming'; exports.GAMING = 'gaming';
exports.GENERAL = 'general'; exports.GENERAL = 'general';

View file

@ -13,6 +13,11 @@ module.exports.CATEGORY_METADATA = {
// description: '', <----- FILL IN PLEASE // description: '', <----- FILL IN PLEASE
// image: '', <----- FILL IN PLEASE // image: '', <----- FILL IN PLEASE
// }), // }),
// [PAGES.FEATURED]: () => ({
// title: 'Featured',
// description: '', <----- FILL IN PLEASE
// image: '', <----- FILL IN PLEASE
// }),
[PAGES.FINANCE]: () => ({ [PAGES.FINANCE]: () => ({
title: 'Finance 2.0', title: 'Finance 2.0',
description: 'Crypto, Money, Economics, Markets on Odysee ', description: 'Crypto, Money, Economics, Markets on Odysee ',