Category: Artists

This commit is contained in:
infinite-persistence 2022-03-21 15:18:55 +08:00 committed by Thomas Zarebczan
parent 5297978526
commit c0015ca442
4 changed files with 8 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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