diff --git a/src/components/AppShelf/AppShelf.tsx b/src/components/AppShelf/AppShelf.tsx index 4cc1212c3..a6104dd01 100644 --- a/src/components/AppShelf/AppShelf.tsx +++ b/src/components/AppShelf/AppShelf.tsx @@ -155,20 +155,47 @@ const AppShelf = (props: any) => { }} > {categoryList.map((category, idx) => ( - + {category} {getItems(category)} ))} {/* Return the item for all services without category */} {noCategory && noCategory.length > 0 ? ( - + {t('accordions.others.text')} {getItems()} ) : null} {downloadEnabled ? ( - + {t('accordions.downloads.text')} ({ export function Header(props: any) { const { classes, cx } = useStyles(); + const { config } = useConfig(); + const { colorScheme } = useMantineColorScheme(); return ( - +