diff --git a/static/app-strings.json b/static/app-strings.json index cd952d177..43a02425b 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1307,6 +1307,7 @@ "Cooking": "Cooking", "Education": "Education", "Enlightenment": "Enlightenment", + "Featured": "Featured", "Gaming": "Gaming", "Game": "Game", "Lab": "Lab", diff --git a/ui/constants/pageTitles.js b/ui/constants/pageTitles.js index 3de950382..4560ab6b3 100644 --- a/ui/constants/pageTitles.js +++ b/ui/constants/pageTitles.js @@ -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', diff --git a/ui/constants/pages.js b/ui/constants/pages.js index 715340015..a186df3c6 100644 --- a/ui/constants/pages.js +++ b/ui/constants/pages.js @@ -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'; diff --git a/web/src/category-metadata.js b/web/src/category-metadata.js index 5eaf0ba42..b94834e8b 100644 --- a/web/src/category-metadata.js +++ b/web/src/category-metadata.js @@ -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 ',