Skip to content

Commit

Permalink
Update no-rating icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kellpossible committed Nov 19, 2023
1 parent 4142a73 commit 7eee230
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ <h2 class="text-4xl font-bold text-blue-600">Current Forecast</h2>
href="/forecasts/{{ current_forecast.file.file.name | urlencode }}">View full forecast</a>
</div>
{% else %}
<h2 class="text-4xl font-bold">No Current Forecast</h2>
<img src="/static/images/icons/hazard-rating/no-rating.png"
class="w-8 h-8 mx-1"/>
<p>Please check the forecast archive below for the most recent forecast for this area</p>
<span class="inline-flex items-baseline">
<img src="/static/images/icons/hazard-rating/no-rating.svg"
class="self-center w-12 h-12 mx-1"/>
<h2 class="text-4xl font-bold">No Current Forecast</h2>
</span>
<p>Please check the forecast archive below for the most recent forecast for this area.</p>
{% endif %}
</div>
{% endmacro %}
Expand Down

0 comments on commit 7eee230

Please sign in to comment.