Skip to content

Commit

Permalink
bump end value of standard cards slice in flex gen
Browse files Browse the repository at this point in the history
  • Loading branch information
Georges-GNM committed Jan 14, 2025
1 parent f5d3781 commit 1c9dec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotcom-rendering/src/components/FlexibleGeneral.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ export const FlexibleGeneral = ({
aspectRatio,
}: Props) => {
const splash = [...groupedTrails.splash].slice(0, 1);
const cards = [...groupedTrails.standard].slice(0, 8);
const cards = [...groupedTrails.standard].slice(0, 19);
const groupedCards = decideCardPositions(cards);

return (
Expand Down

0 comments on commit 1c9dec9

Please sign in to comment.