Skip to main content

max / balanced_breakfast

Cut the price-apology clause from the subscription banner The annual-pricing fine print ended with "we pass the difference back to you rather than pocket it", which apologises for the price. The two sentences before it already explain why annual costs less; the third only signals that we expected to be doubted.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-28 02:16 UTC
Signed with PGP, not checked
Commit: 725726169167eeb0a1d13b6eb2a4a2105f9f6282
Parent: c21a881
1 file changed, +1 insertion, -2 deletions
@@ -466,8 +466,7 @@
466 466 '<p><strong>' + annual + '/year</strong>' + (savings > 0 ? ' (saves $' + savings + ' vs monthly)' : '') + ' or ' + monthly + '/month.</p>' +
467 467 '<p class="sync-sub-fine-print">' +
468 468 'Annual is cheaper because Stripe charges a fixed ~$0.30 + 2.9% fee per transaction. ' +
469 - 'On a monthly plan we pay that fee twelve times a year; annual pays it once. ' +
470 - 'We pass the difference back to you rather than pocket it.' +
469 + 'On a monthly plan we pay that fee twelve times a year; annual pays it once.' +
471 470 '</p>' +
472 471 '<div class="sync-sub-actions">' +
473 472 '<button class="btn btn-primary" id="sync-sub-annual">Subscribe (' + annual + '/year)</button>' +