diff --git a/ui/component/common/icon-custom.jsx b/ui/component/common/icon-custom.jsx index 1aa31ffde..107bf9bf9 100644 --- a/ui/component/common/icon-custom.jsx +++ b/ui/component/common/icon-custom.jsx @@ -1660,36 +1660,6 @@ export const icons = { ), - [ICONS.MIND_BLOWN]: (props: CustomProps) => ( - - - - - - - - - - - - - - - - ), [ICONS.MOVIES]: (props: CustomProps) => ( ( ))} - - - - - - - - Explore - {term.split(' ').join('')} - - - + + + )} diff --git a/ui/constants/icons.js b/ui/constants/icons.js index c9f7b8581..530e8e6c2 100644 --- a/ui/constants/icons.js +++ b/ui/constants/icons.js @@ -151,7 +151,6 @@ export const UNIVERSE = 'Universe'; export const CHEESE = 'Cheese'; export const PEACE = 'Peace'; export const PORK_BUN = 'PorkBun'; -export const MIND_BLOWN = 'MindBlown'; export const LIVESTREAM = 'Livestream'; export const LIVESTREAM_SOLID = 'LivestreamSolid'; export const LIVESTREAM_MONOCHROME = 'LivestreamMono'; diff --git a/ui/scss/component/_wunderbar.scss b/ui/scss/component/_wunderbar.scss index fa2149a9a..3eabf08ca 100644 --- a/ui/scss/component/_wunderbar.scss +++ b/ui/scss/component/_wunderbar.scss @@ -192,7 +192,7 @@ } @media (min-width: $breakpoint-small) { - margin-bottom: var(--spacing-xs); + margin-bottom: var(--spacing-m); } } @@ -241,29 +241,6 @@ } } -.wunderbar__tag-search { - .tag { - display: flex; - align-items: center; - height: 1.2rem; - margin-left: var(--spacing-xxs); - - &:hover { - background-color: var(--color-tag-bg); - color: var(--color-tag); - } - } -} - -.wunderbar__bottom-links { - display: flex; - align-items: center; - - :first-child { - flex: 1; - } -} - [data-reach-combobox-option] { padding: 0; border-radius: var(--border-radius); diff --git a/web/src/category-metadata.js b/web/src/category-metadata.js index 569911579..0bf1bb500 100644 --- a/web/src/category-metadata.js +++ b/web/src/category-metadata.js @@ -1,66 +1,66 @@ -// const PAGES = require('../../ui/constants/pages'); +const PAGES = require('../../ui/constants/pages'); // Uncomment as you add metadata module.exports.CATEGORY_METADATA = { - // [PAGES.BIG_HITS]: { - // title: '', - // description: '', - // image: '', - // }, - // [PAGES.COMMUNITY]: { - // title: '', - // description: '', - // image: '', - // }, + [PAGES.BIG_HITS]: { + title: 'Big Hits', + description: 'Animation, pop culture, comedy, and all the other weird on Odysee', + image: '', + }, + [PAGES.COMMUNITY]: { + title: 'The Universe', + description: 'Podcasts, life, learning, and everything else on Odysee', + image: '', + }, // [PAGES.ENLIGHTENMENT]: { // title: '', // description: '', // image: '', // }, - // [PAGES.FINANCE]: { - // title: '', - // description: '', - // image: '', - // }, - // [PAGES.GAMING]: { - // title: '', - // description: '', - // image: '', - // }, + [PAGES.FINANCE]: { + title: 'Finance 2.0', + description: 'Crypto, Money, Economics, Markets on Odysee ', + image: '', + }, + [PAGES.GAMING]: { + title: 'Gaming', + description: 'Pew pew bzzz gaming on Odysee', + image: '', + }, // [PAGES.GENERAL]: { // title: '', // description: '', // image: '', // }, - // [PAGES.LAB]: { - // title: '', - // description: '', - // image: '', - // }, - // [PAGES.NEWS]: { - // title: '', - // description: '', - // image: '', - // }, - // [PAGES.RABBIT_HOLE]: { - // title: '', - // description: '', - // image: '', - // }, + [PAGES.LAB]: { + title: 'Lab', + description: 'Science - the real kind, on Odysee', + image: '', + }, + [PAGES.NEWS]: { + title: 'News & Politics', + description: `Stay up to date with all that's happening around the world on Odysee`, + image: '', + }, + [PAGES.RABBIT_HOLE]: { + title: '', + description: '', + image: '', + }, // [PAGES.SCIENCE]: { // title: '', // description: '', // image: '', // }, - // [PAGES.TECHNOLOGY]: { - // title: '', - // description: '', - // image: '', - // }, - // [PAGES.WILD_WEST]: { - // title: '', - // description: '', - // image: '', - // }, + [PAGES.TECHNOLOGY]: { + title: 'Tech', + description: 'Hardware, software, startups, photography on Odysee', + image: '', + }, + [PAGES.WILD_WEST]: { + title: 'Wild West', + description: 'Boosted by user credits, this is what the community promotes on Odysee', + image: '', + }, };