This commit is contained in:
Zachary
2024-11-12 00:04:23 +01:00
parent 7153c0fcaa
commit 6207ee9be4
2 changed files with 3 additions and 3 deletions

View File

@@ -407,9 +407,9 @@
<main>
<div class="header">
<h2>Stretch My Time Off</h2>
<h2>🌴 Stretch My Time Off</h2>
<p>
In <strong>{selectedCountry}</strong>, there are <strong>{holidays.length}</strong> public holidays in <strong>{year}</strong>.
In <strong>{getFlagEmoji(Object.keys(countriesList).find(code => countriesList[code] === selectedCountry))} {selectedCountry}</strong>, there are <strong>{holidays.length}</strong> public holidays in <strong>{year}</strong>.
<br />
Let's stretch your time off from <strong>{daysOff} days</strong> to <strong>{consecutiveDaysOff.reduce((total, group) => total + group.totalDays, 0)} days</strong> (<a href="#how-it-works" on:click={toggleHowItWorks}>how?</a>)
</p>