diff options
Diffstat (limited to 'app/templates/home.html')
| -rw-r--r-- | app/templates/home.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/home.html b/app/templates/home.html index a8cf949..afbed29 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -19,13 +19,13 @@ <div class="tile is-ancestor has-text-centered"> <div class="tile is-parent"> <article class="tile is-child box"> - <p class="title has-text-black">%sets%</p> + <p class="title has-text-black">0</p> <p class="subtitle has-text-black">Sets Completed</p> </article> </div> <div class="tile is-parent"> <article class="tile is-child box"> - <p class="title has-text-black">%workouts_completed%</p> + <p class="title has-text-black">0</p> <p class="subtitle has-text-black">Workouts Completed</p> </article> </div> |
