category updates

thx Drew
This commit is contained in:
Thomas Zarebczan 2022-02-03 11:02:23 -05:00
parent fae68d40fd
commit ffcf09efd0

View file

@ -3,24 +3,24 @@ const PAGES = require('../../ui/constants/pages');
// Uncomment as you add metadata // Uncomment as you add metadata
module.exports.CATEGORY_METADATA = { module.exports.CATEGORY_METADATA = {
// [PAGES.CREATIVE_ARTS]: () => ({ [PAGES.CREATIVE_ARTS]: () => ({
// title: 'Creative Arts', title: 'Creative Arts',
// description: '', <----- FILL IN PLEASE description: `Odysee's home for art, animation, comedy, and everything inbetween`,
// image: '', <----- FILL IN PLEASE image: '',
// }), }),
// [PAGES.EDUCATION]: () => ({ [PAGES.EDUCATION]: () => ({
// title: 'Education', title: 'Education',
// description: '', <----- FILL IN PLEASE description: `Who needs school when there's Odysee?`,
// image: '', <----- FILL IN PLEASE image: '',
// }), }),
// [PAGES.FEATURED]: () => ({ [PAGES.FEATURED]: () => ({
// title: 'Featured', title: 'Featured',
// description: '', <----- FILL IN PLEASE description: 'Showcasing some of the best content Odysee has to offer',
// image: '', <----- FILL IN PLEASE image: '',
// }), }),
[PAGES.FINANCE]: () => ({ [PAGES.FINANCE]: () => ({
title: 'Finance 2.0', title: 'Finance 2.0',
description: 'Crypto, Money, Economics, Markets on Odysee ', description: 'Crypto, Money, Economics, Markets on Odysee',
image: 'https://cdn.lbryplayer.xyz/speech/category-finance:c.jpg', image: 'https://cdn.lbryplayer.xyz/speech/category-finance:c.jpg',
}), }),
[PAGES.GAMING]: () => ({ [PAGES.GAMING]: () => ({
@ -50,7 +50,7 @@ module.exports.CATEGORY_METADATA = {
}), }),
[PAGES.MUSIC]: () => ({ [PAGES.MUSIC]: () => ({
title: 'Music', title: 'Music',
description: 'All the songs, reviews, covers, and how-tos you love on Odysee', description: 'Get your groove on with Odysee',
image: 'https://cdn.lbryplayer.xyz/speech/category-music:8.jpg', image: 'https://cdn.lbryplayer.xyz/speech/category-music:8.jpg',
}), }),
[PAGES.POP_CULTURE]: () => ({ [PAGES.POP_CULTURE]: () => ({