Skip to content

Commit

Permalink
Remove some categories after the testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ikprk committed Jul 17, 2024
1 parent 0349e74 commit d7d6e9a
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions packages/atlas/src/views/viewer/HomeView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -65,27 +59,13 @@ 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',
value: '2',
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',
Expand Down

0 comments on commit d7d6e9a

Please sign in to comment.