about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/App.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.svelte b/src/App.svelte
index 561ab36..b16929b 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -186,7 +186,7 @@
             {#if $level >= 35 && $level < 50}<strong>Pyros</strong
               >{:else}Pyros{/if}: {pyrosForecast[0].weatherName}
           </li>
-          {#if $level >= 35 && $level < 500}<ul>
+          {#if $level >= 35 && $level < 50}<ul>
               {#each [1, 2, 3, 4] as i}<li>
                   {ew.getWeatherName(getZoneForecast()[i].currWeather)}
                 </li>{/each}