Busines Name change
This commit is contained in:
@@ -17,6 +17,7 @@ export function AppStoreCategories({
|
||||
}) {
|
||||
const { t, isLocaleReady } = useLocale();
|
||||
return (
|
||||
{/* "Vorgestellte Kategorien" ausgeblendet, da man auf den Unterseiten deaktivierte Apps sieht.
|
||||
<div>
|
||||
<Slider
|
||||
title={t("featured_categories")}
|
||||
@@ -25,7 +26,7 @@ export function AppStoreCategories({
|
||||
options={{
|
||||
perView: 5,
|
||||
breakpoints: {
|
||||
768 /* and below */: {
|
||||
768: {
|
||||
perView: 2,
|
||||
},
|
||||
},
|
||||
@@ -59,5 +60,6 @@ export function AppStoreCategories({
|
||||
)}
|
||||
/>
|
||||
</div>
|
||||
*/}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user