diff --git a/src/app.html b/src/app.html index 76e81a1..cbbd094 100644 --- a/src/app.html +++ b/src/app.html @@ -4,7 +4,7 @@ - Stretch My Time Off - Optimise Your Vacation Days + 🌴 Stretch My Time Off - Optimise Your Vacation Days diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 974c70d..c6e776f 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -407,9 +407,9 @@
-

Stretch My Time Off

+

🌴 Stretch My Time Off

- In {selectedCountry}, there are {holidays.length} public holidays in {year}. + In {getFlagEmoji(Object.keys(countriesList).find(code => countriesList[code] === selectedCountry))} {selectedCountry}, there are {holidays.length} public holidays in {year}.
Let's stretch your time off from {daysOff} days to {consecutiveDaysOff.reduce((total, group) => total + group.totalDays, 0)} days (how?)