diff --git a/index.html b/index.html
index 560bccb..91873ab 100644
--- a/index.html
+++ b/index.html
@@ -1297,7 +1297,7 @@
Their Gross Payout |
Their Net Profit |
-
+
@@ -1313,7 +1313,7 @@
Month | Active Phase |
Their Profit This Month |
-
+
@@ -1751,8 +1751,8 @@ ${numPeople > 0 ? `
${k === '3xL7' ? 'ongoing' : `~${p.months} months`} |
$${p.payout.toFixed(2)} |
$${p.profit.toFixed(2)} |
- $${yourCut.toFixed(2)} |
- $${cumRunning.toFixed(2)} |
+ $${yourCut.toFixed(2)} |
+ $${cumRunning.toFixed(2)} |
`;
}
document.getElementById('overviewBody').innerHTML = rows;
@@ -1841,8 +1841,8 @@ ${numPeople > 0 ? `
Month ${m.m} |
${m.phase} |
$${m.prof.toLocaleString()} |
- $${(m.comm * actualPeople).toLocaleString()} |
- $${runningCum.toLocaleString()} |
+ $${(m.comm * actualPeople).toLocaleString()} |
+ $${runningCum.toLocaleString()} |
`;
}
document.getElementById('timelineBody').innerHTML = tRows;