increase album release section limit to 100 (#1523)

This commit is contained in:
jeffvli
2026-01-14 21:55:21 -08:00
parent 8de80c00a8
commit 1f12ef2151
@@ -740,7 +740,7 @@ interface AlbumSectionProps {
title: React.ReactNode | string;
}
const MAX_SECTION_CARDS = 20;
const MAX_SECTION_CARDS = 100;
const getItemsPerRow = (cq: ReturnType<typeof useContainerQuery>) => {
// Match grid carousel breakpoints: is3xl: 8, is2xl: 7, isXl: 6, isLg: 5, isMd: 4, isSm: 3, default: 2