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",
"Education": "Education",
"Enlightenment": "Enlightenment",
"Featured": "Featured",
"Gaming": "Gaming",
"Game": "Game",
"Lab": "Lab",

View file

@ -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',

View file

@ -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';

View file

@ -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 ',