From d7d6e9a14c141433a6fceaa6b83fa45e23da9c99 Mon Sep 17 00:00:00 2001 From: ikprk Date: Wed, 17 Jul 2024 12:56:40 +0200 Subject: [PATCH] Remove some categories after the testing --- packages/atlas/src/views/viewer/HomeView.tsx | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/packages/atlas/src/views/viewer/HomeView.tsx b/packages/atlas/src/views/viewer/HomeView.tsx index d46bfbf460..c197e1c644 100644 --- a/packages/atlas/src/views/viewer/HomeView.tsx +++ b/packages/atlas/src/views/viewer/HomeView.tsx @@ -44,12 +44,6 @@ const _options = [ queryValue: atlasConfig.content.categories.find((category) => category.name === 'Video Games')?.videoCategories ?? [], }, - { - label: 'Education', - configLabel: 'Education', - value: '7', - queryValue: atlasConfig.content.categories.find((category) => category.name === 'Education')?.videoCategories ?? [], - }, { label: 'Music', configLabel: 'Music and Music Videos', @@ -65,14 +59,6 @@ const _options = [ queryValue: atlasConfig.content.categories.find((category) => category.name === 'People and Blogs')?.videoCategories ?? [], }, - { - label: 'Business', - configLabel: 'Business and Finance', - value: '4', - queryValue: - atlasConfig.content.categories.find((category) => category.name === 'Business and Finance')?.videoCategories ?? - [], - }, { label: 'Animation', configLabel: 'Animation and Film', @@ -80,12 +66,6 @@ const _options = [ queryValue: atlasConfig.content.categories.find((category) => category.name === 'Animation and Film')?.videoCategories ?? [], }, - { - label: 'Lifestyle', - configLabel: 'Lifestyle', - value: '9', - queryValue: atlasConfig.content.categories.find((category) => category.name === 'Lifestyle')?.videoCategories ?? [], - }, { label: 'Technology', configLabel: 'Technology',