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>
|
<h2 class="welcome-title" id="welcome-title">How to read the sky in 3 steps</h2>
|
||||||
</div>
|
</div>
|
||||||
<p class="welcome-intro">
|
<p class="welcome-intro">
|
||||||
This isn't your usual weather forecast. SunScope shows how the weather actually${' '}
|
This isn't your usual weather forecast. SunScope goes deeper than temperature alone —
|
||||||
<em>feels</em> — so for the best results, pick the <strong>environment</strong> that
|
it shows how the environment affects you: sun exposure, wind chill, UV intensity, and more.
|
||||||
matches where you'll be.
|
For the best results, pick the <strong>environment</strong> that matches where you'll be.
|
||||||
</p>
|
</p>
|
||||||
<ol class="welcome-steps">
|
<ol class="welcome-steps">
|
||||||
${STEPS.map((s, i) => html`
|
${STEPS.map((s, i) => html`
|
||||||
|
|||||||
+1
-1
@@ -30,7 +30,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"2026-06-12": {
|
"2026-06-12": {
|
||||||
"visits": 1,
|
"visits": 3,
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"showall": 1,
|
"showall": 1,
|
||||||
"basic": 1
|
"basic": 1
|
||||||
|
|||||||
Reference in New Issue
Block a user