From 5ed9e3e3ae9ff9732f1e866764d65f908e8b3173 Mon Sep 17 00:00:00 2001 From: infinite-persistence Date: Mon, 4 Oct 2021 11:20:58 +0800 Subject: [PATCH] OG: Technology category missing due to rename - 'technology' was renamed to 'tech'. - Leave both entries there for now. Not sure if other homepages still use the old link or not. --- web/src/category-metadata.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/src/category-metadata.js b/web/src/category-metadata.js index f713b452b..f71e5c796 100644 --- a/web/src/category-metadata.js +++ b/web/src/category-metadata.js @@ -53,6 +53,11 @@ module.exports.CATEGORY_METADATA = { description: 'All the songs, reviews, covers, and how-tos you love on Odysee', image: 'https://spee.ch/category-music:8.jpg?quality=80&height=1200&width=630', }, + [PAGES.TECH]: { + title: 'Tech', + description: 'Hardware, software, startups, photography on Odysee', + image: '', + }, [PAGES.TECHNOLOGY]: { title: 'Tech', description: 'Hardware, software, startups, photography on Odysee',