We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff06ba commit 2b543c0Copy full SHA for 2b543c0
frontend/src/components/brochure/pricing-page.tsx
@@ -115,7 +115,7 @@ export function PricingPage({
115
116
Object.entries(benefitsByCategory).map(([category, benefits], index) => {
117
currentPageSize += sectionHeaderSize;
118
- const maxPageSize = index === 0 ? 550 : 700;
+ const maxPageSize = index === 0 ? 550 : 756;
119
benefits.forEach((benefit) => {
120
console.log({ currentPageSize, benefit });
121
if (currentPageSize + itemSize > maxPageSize) {
0 commit comments