Stretch My Time Off
+
+ In {selectedCountry}, there are {holidays.length} public holidays in {year}.
+
+ Let's stretch your {daysOff} days off to {consecutiveDaysOff.reduce((total, group) => total + group.totalDays, 0)} vacation days.
+
I live in - {getFlagEmoji(Object.keys(countriesList).find(code => countriesList[code] === selectedCountry))} - { inputElement.value = ''; adjustInputWidth(); }} on:change={handleCountryChange} aria-label="Select country" /> + {getFlagEmoji(Object.keys(countriesList).find(code => countriesList[code] === selectedCountry))} + { inputElement.value = ''; adjustInputWidth(); }} aria-label="Select country" /> and have @@ -319,7 +340,7 @@