Category: Artists
This commit is contained in:
parent
5297978526
commit
c0015ca442
4 changed files with 8 additions and 0 deletions
|
@ -1281,6 +1281,7 @@
|
|||
"%comment_count% comments - %comment_count_change% this week": "%comment_count% comments - %comment_count_change% this week",
|
||||
"Invite": "Invite",
|
||||
"Remove File": "Remove File",
|
||||
"Artists": "Artists",
|
||||
"Education": "Education",
|
||||
"Enlightenment": "Enlightenment",
|
||||
"Featured": "Featured",
|
||||
|
|
|
@ -7,6 +7,7 @@ import * as PAGES from 'constants/pages';
|
|||
|
||||
export const PAGE_TITLE = {
|
||||
// --- Categories ---
|
||||
[PAGES.ARTISTS]: 'Artists',
|
||||
[PAGES.CREATIVE_ARTS]: 'The Arts',
|
||||
[PAGES.DISCOVER]: 'Wild West',
|
||||
[PAGES.EDUCATION]: 'Education',
|
||||
|
|
|
@ -7,6 +7,7 @@ exports.AUTH_WALLET_PASSWORD = 'walletpassword';
|
|||
exports.BACKUP = 'backup';
|
||||
exports.CHANNEL = 'channel';
|
||||
exports.DISCOVER = 'discover';
|
||||
exports.ARTISTS = 'artists';
|
||||
exports.BIG_HITS = 'bighits';
|
||||
exports.CREATIVE_ARTS = 'arts';
|
||||
exports.MOVIES = 'movies';
|
||||
|
|
|
@ -3,6 +3,11 @@ const PAGES = require('../../ui/constants/pages');
|
|||
// Uncomment as you add metadata
|
||||
|
||||
module.exports.CATEGORY_METADATA = {
|
||||
// [PAGES.ARTISTS]: () => ({
|
||||
// title: 'Artists',
|
||||
// description: "", <------ FILL
|
||||
// image: '', <------ FILL
|
||||
// }),
|
||||
[PAGES.CREATIVE_ARTS]: () => ({
|
||||
title: 'The Arts',
|
||||
description: `Odysee's home for art, animation, comedy, and everything inbetween`,
|
||||
|
|
Loading…
Reference in a new issue