From 6207ee9be40de91906634448c0b7d88581aebaed Mon Sep 17 00:00:00 2001 From: Zachary Date: Tue, 12 Nov 2024 00:04:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.html | 2 +- src/routes/+page.svelte | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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?)