mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +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;
|
||||
}
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user