Skip to content

Commit

Permalink
fix: correct info-text and colors after downtime
Browse files Browse the repository at this point in the history
  • Loading branch information
edalholt committed Aug 30, 2024
1 parent e2c9422 commit 5af4f8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions frontend/src/lib/CoffeeStatsBox.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@

<div class="section">
<h4 class="title">
Liters brewed in {String(new Date(Date.now()).getFullYear())}:
<!-- Liters brewed in {String(new Date(Date.now()).getFullYear())}: -->
Liters brewed this semester
</h4>
<h4 class="content">
<LitersThisYear />
</h4>
<h6 class="notice">(Logging started 13.03)</h6>
<h6 class="notice">(Logging started 30.08)</h6>
</div>
</div>

Expand Down
1 change: 0 additions & 1 deletion frontend/src/lib/Heatmap.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
cellRadius={2}
fontColor={"white"}
{data}
colors={["#7cdde6", "#1f92a1", "#15747d", "#0d5257", "#062426"]}
dayLabelWidth={20}
emptyColor={"#ecedf0"}
{endDate}
Expand Down

0 comments on commit 5af4f8d

Please sign in to comment.