From 1b4eeb34223f09367a64c21df4cfe984440bf7ad Mon Sep 17 00:00:00 2001 From: Arkadiusz Lachowicz Date: Tue, 23 Jun 2026 08:59:58 +0200 Subject: [PATCH] Add pricing contract terms note --- scripts/generate-pricing-pdf.mjs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/scripts/generate-pricing-pdf.mjs b/scripts/generate-pricing-pdf.mjs index e56daf5..45db7e9 100644 --- a/scripts/generate-pricing-pdf.mjs +++ b/scripts/generate-pricing-pdf.mjs @@ -185,7 +185,13 @@ function drawPricingTable(document) { color: colors.muted, }); - return noteY + mm(9); + drawCenteredText(document, "Rates apply under DevSH standard contract terms. Otherwise, rates are multiplied by 1.33.", noteY + mm(4.8), { + font: "FuturaBook", + size: 7.6, + color: colors.muted, + }); + + return noteY + mm(14); } function drawFooter(document, topY) {