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