Creative Arts strings
This commit is contained in:
parent
1edb62b3d1
commit
c1af19c7b9
4 changed files with 8 additions and 0 deletions
|
@ -1310,6 +1310,7 @@
|
|||
"Gaming": "Gaming",
|
||||
"Game": "Game",
|
||||
"Lab": "Lab",
|
||||
"Creative Arts": "Creative Arts",
|
||||
"Tech": "Tech",
|
||||
"Technology": "Technology",
|
||||
"Movies": "Movies",
|
||||
|
|
|
@ -8,6 +8,7 @@ import * as PAGES from 'constants/pages';
|
|||
export const PAGE_TITLE = {
|
||||
// --- Categories ---
|
||||
[PAGES.BIG_HITS]: 'Big Hits',
|
||||
[PAGES.CREATIVE_ARTS]: 'Creative Arts',
|
||||
[PAGES.DISCOVER]: 'Wild West',
|
||||
[PAGES.EDUCATION]: 'Education',
|
||||
[PAGES.ENLIGHTENMENT]: 'Enlightenment',
|
||||
|
|
|
@ -8,6 +8,7 @@ exports.BACKUP = 'backup';
|
|||
exports.CHANNEL = 'channel';
|
||||
exports.DISCOVER = 'discover';
|
||||
exports.BIG_HITS = 'bighits';
|
||||
exports.CREATIVE_ARTS = 'arts';
|
||||
exports.MOVIES = 'movies';
|
||||
exports.MUSIC = 'music';
|
||||
exports.COMMUNITY = 'community';
|
||||
|
|
|
@ -8,6 +8,11 @@ module.exports.CATEGORY_METADATA = {
|
|||
description: 'Animation, pop culture, comedy, and all the other weird on Odysee',
|
||||
image: '',
|
||||
},
|
||||
// [PAGES.CREATIVE_ARTS]: {
|
||||
// title: 'Creative Arts',
|
||||
// description: '', <----- FILL IN PLEASE
|
||||
// image: '', <----- FILL IN PLEASE
|
||||
// },
|
||||
[PAGES.COMMUNITY]: {
|
||||
title: 'The Universe',
|
||||
description: 'Podcasts, life, learning, and everything else on Odysee',
|
||||
|
|
Loading…
Reference in a new issue