diff --git a/src/components/pages/AppMarketplace/components/FavoriteSection/index.tsx b/src/components/pages/AppMarketplace/components/FavoriteSection/index.tsx index 4412449af..eaeb8cd4b 100644 --- a/src/components/pages/AppMarketplace/components/FavoriteSection/index.tsx +++ b/src/components/pages/AppMarketplace/components/FavoriteSection/index.tsx @@ -36,7 +36,7 @@ export default function FavoriteSection() { const dispatch = useDispatch() const active = useFetchActiveAppsQuery().data ?? [] const favorites = useSelector(itemsSelector) - const favoriteSectionPosition = favorites.length === 0 ? 30 : 45 + const favoriteSectionPosition = favorites.length === 0 ? 30 : 35 useEffect(() => { dispatch(fetchItems()) @@ -46,7 +46,7 @@ export default function FavoriteSection() { @@ -55,8 +55,8 @@ export default function FavoriteSection() { ) : (