mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-19 01:44:00 +02:00
increase album release section limit to 100 (#1523)
This commit is contained in:
@@ -740,7 +740,7 @@ interface AlbumSectionProps {
|
|||||||
title: React.ReactNode | string;
|
title: React.ReactNode | string;
|
||||||
}
|
}
|
||||||
|
|
||||||
const MAX_SECTION_CARDS = 20;
|
const MAX_SECTION_CARDS = 100;
|
||||||
|
|
||||||
const getItemsPerRow = (cq: ReturnType<typeof useContainerQuery>) => {
|
const getItemsPerRow = (cq: ReturnType<typeof useContainerQuery>) => {
|
||||||
// Match grid carousel breakpoints: is3xl: 8, is2xl: 7, isXl: 6, isLg: 5, isMd: 4, isSm: 3, default: 2
|
// Match grid carousel breakpoints: is3xl: 8, is2xl: 7, isXl: 6, isLg: 5, isMd: 4, isSm: 3, default: 2
|
||||||
|
|||||||
Reference in New Issue
Block a user