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

@@ -4,7 +4,7 @@
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Stretch My Time Off - Optimise Your Vacation Days</title>
<title>🌴 Stretch My Time Off - Optimise Your Vacation Days</title>
<meta name="description" content="Unlock the secret to extending your vacation days by strategically aligning public holidays and personal leave. Plan your ultimate getaway with ease and efficiency." />
<meta name="keywords" content="vacation, holidays, time off, optimise, travel, planning, calendar" />
<meta name="author" content="Zach" />

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>