From 4694cadef620b9a415b148cf1f77df0a37eb7a0b Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Thu, 27 May 2021 13:18:23 -0400 Subject: [PATCH] Update category metadata --- web/src/category-metadata.js | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/web/src/category-metadata.js b/web/src/category-metadata.js index 0bf1bb500..33f9e5bfe 100644 --- a/web/src/category-metadata.js +++ b/web/src/category-metadata.js @@ -26,13 +26,13 @@ module.exports.CATEGORY_METADATA = { [PAGES.GAMING]: { title: 'Gaming', description: 'Pew pew bzzz gaming on Odysee', - image: '', + image: 'https://spee.ch/category-gaming:5.jpg?quality=80&height=1200&width=627', + }, + [PAGES.PRIMARY_CHEESE]: { + title: 'Cheese', + description: 'Cheese is the answer to life, the universe, and everything. We have primo cheese on Odysee', + image: 'https://spee.ch/category-primary:5.jpg?quality=80&height=1200&width=627', }, - // [PAGES.GENERAL]: { - // title: '', - // description: '', - // image: '', - // }, [PAGES.LAB]: { title: 'Lab', description: 'Science - the real kind, on Odysee', @@ -43,16 +43,16 @@ module.exports.CATEGORY_METADATA = { description: `Stay up to date with all that's happening around the world on Odysee`, image: '', }, - [PAGES.RABBIT_HOLE]: { - title: '', - description: '', - image: '', + [PAGES.MOVIES]: { + title: 'Movies', + description: `Do you love B rated movies? We've got you covered on Odysee`, + image: 'https://spee.ch/category-movies:2.jpg?quality=80&height=1200&width=627', + }, + [PAGES.MUSIC]: { + title: 'Music', + description: 'All the music you love on Odysee', + image: 'https://spee.ch/category-music:8.jpg?quality=80&height=1200&width=627', }, - // [PAGES.SCIENCE]: { - // title: '', - // description: '', - // image: '', - // }, [PAGES.TECHNOLOGY]: { title: 'Tech', description: 'Hardware, software, startups, photography on Odysee', @@ -61,6 +61,6 @@ module.exports.CATEGORY_METADATA = { [PAGES.WILD_WEST]: { title: 'Wild West', description: 'Boosted by user credits, this is what the community promotes on Odysee', - image: '', + image: 'https://spee.ch/category-wildwest:1.jpg?quality=80&height=1200&width=627', }, };