Welcome popup text update
This commit is contained in:
@@ -59,9 +59,9 @@ export function WelcomeModal({ onClose }) {
|
||||
<h2 class="welcome-title" id="welcome-title">How to read the sky in 3 steps</h2>
|
||||
</div>
|
||||
<p class="welcome-intro">
|
||||
This isn't your usual weather forecast. SunScope shows how the weather actually${' '}
|
||||
<em>feels</em> — so for the best results, pick the <strong>environment</strong> that
|
||||
matches where you'll be.
|
||||
This isn't your usual weather forecast. SunScope goes deeper than temperature alone —
|
||||
it shows how the environment affects you: sun exposure, wind chill, UV intensity, and more.
|
||||
For the best results, pick the <strong>environment</strong> that matches where you'll be.
|
||||
</p>
|
||||
<ol class="welcome-steps">
|
||||
${STEPS.map((s, i) => html`
|
||||
|
||||
Reference in New Issue
Block a user