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 9416262 commit 6e707d1Copy full SHA for 6e707d1
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 ? 485 : 629;
+ const maxPageSize = index === 0 ? 500 : 650;
119
benefits.forEach((benefit) => {
120
console.log({ currentPageSize, benefit });
121
if (currentPageSize + itemSize > maxPageSize) {
0 commit comments