This commit is contained in:
Omar Najjar 2024-06-30 22:41:40 +10:00
parent 56efd1fa89
commit b21e83bf7a

View file

@ -250,7 +250,7 @@
`;
if (totalRetirementFund < 0) {
resultMessage += `<div><span class="broke-warning">YOU ARE BROKE 💀 YOU BETTER BE DEAD</span></div>`;
resultMessage += `<br><div><span class="broke-warning">YOU ARE BROKE 💀 YOU BETTER BE DEAD</span></div><br>`;
}
document.getElementById('result').innerHTML = resultMessage;