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