From 181d31e376ea388e9507cd7d1ff568201e7e9355 Mon Sep 17 00:00:00 2001 From: ikvassil <ikvassil@stud.ntnu.no> Date: Sat, 6 Mar 2021 16:14:13 +0100 Subject: [PATCH] make default statistics 0 --- frontend/www/statistics.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/www/statistics.html b/frontend/www/statistics.html index c44d81f..f00349f 100644 --- a/frontend/www/statistics.html +++ b/frontend/www/statistics.html @@ -33,15 +33,15 @@ <div class="centering"> <div class="list-group list-group-horizontal d-inline-flex mt-2"> <div class="number"> - <h1 id="week">Last seven days</h1> + <h1 id="week">0</h1> <p>Last seven days</p> </div> <div class="number"> - <h1 id="month">Last thirty days</h1> + <h1 id="month">0</h1> <p>Last 30 days</p> </div> <div class="number"> - <h1 id="year">Last 365 days</h1> + <h1 id="year">0</h1> <p>Last 365 days</p> </div> </div> -- GitLab