Simplify the Travel Forecast screen
Some checks are pending
build-docker / Build Image (push) Waiting to run

This commit is contained in:
mrkmntal 2026-04-11 13:18:39 -04:00
commit 536936f65f
2 changed files with 2 additions and 19 deletions

View file

@ -1,4 +1,4 @@
<%- include('header.ejs', {titleDual: {top: 'Travel Forecast', bottom: 'For '} , hasTime: true }) %>
<%- include('header.ejs', {title:'Travel Forecast', hasTime: true}) %>
<div class="main has-scroll travel">
<div class="column-headers">
<div class="temp low">LOW</div>
@ -12,4 +12,4 @@
<div class="temp high"></div>
</div>
</div>
</div>
</div>