Creative Arts strings

This commit is contained in:
infinite-persistence 2022-01-17 09:28:02 +08:00
parent 1edb62b3d1
commit c1af19c7b9
No known key found for this signature in database
GPG key ID: B9C3252EDC3D0AA0
4 changed files with 8 additions and 0 deletions

View file

@ -1310,6 +1310,7 @@
"Gaming": "Gaming",
"Game": "Game",
"Lab": "Lab",
"Creative Arts": "Creative Arts",
"Tech": "Tech",
"Technology": "Technology",
"Movies": "Movies",

View file

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

View file

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

View file

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