Skip to content

Commit

Permalink
Merge branch 'add-weather-forecast' of https://github.com/johnarban/s…
Browse files Browse the repository at this point in the history
…olar-eclipse-2024-ds into add-weather-forecast
  • Loading branch information
johnarban committed Apr 4, 2024
2 parents 8b5770c + ce061b5 commit bbe52a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenMeteoForecast.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="info-overlay-container" id="weather-forecast-container">
<h1>Forecast</h1>
<p v-if="time !== null" class="time-location"> for April 8 at <span class="omf-hl"> {{ localTimeString }}</span>, the hour of max eclipse at <span class="omf-hl">{{ locationStr }}</span></p>
<p v-else class="time-location"> Weather not provided for locations where the eclipse is not visible</p>
<p v-else class="time-location"> Not provided for locations where the eclipse is not visible</p>

<div v-if="time !== null" class="forecast-table-div">
<div v-if="forecastForHour === null">
Expand Down

0 comments on commit bbe52a8

Please sign in to comment.