2
0

Busines Name change

This commit is contained in:
2024-08-09 22:27:03 +02:00
parent b8c4c5b1e7
commit 41366868ef
66 changed files with 136 additions and 131 deletions

View File

@@ -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>
*/}
);
}