From 77d24b2657d08cca809b525bfba84ef2de097201 Mon Sep 17 00:00:00 2001 From: Marty Bostick Date: Wed, 29 Jul 2026 22:06:46 +0000 Subject: [PATCH] Fix summary labels: 'Sponsor Covers' and 'Your Cost' instead of 'Your Cost' and 'Their Cost' --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 1657f7c..bf95fd3 100644 --- a/index.html +++ b/index.html @@ -1340,7 +1340,7 @@
⚖️ All Scenarios Side by Side (per person)
- +
ScenarioTheir UpfrontYour CostScenarioSponsor CoversYour Cost Time to 3× L7Year 1 Earnings Total to EndgameMonthly at 3× L7
@@ -1681,12 +1681,12 @@ function updateAll() { const summaryHtml = `
-
Your Cost
+
Sponsor Covers
$${giftCost.toLocaleString()}
${numPeople > 1 ? `× ${numPeople} = $${(giftCost * numPeople).toLocaleString()}` : ''}
-
Their Cost
+
Your Cost
$${selfCost.toLocaleString()}
per person