Skip to content

Commit

Permalink
Fix current hospitalized
Browse files Browse the repository at this point in the history
  • Loading branch information
davidteather committed Dec 6, 2020
1 parent 68bb763 commit 08b2b07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h3 class="text-center">Weekly Negative: {{data.negative-data.neg_7_days_ago}}</
<i class="text-center fas fa-hospital mx-auto"
style="font-size:10rem; position: relative;width:100%; color:#fc5f5f;margin-bottom:15px;"></i>
<h3 class="text-center" style="margin-top:10px;">Hospitalized:
{{data.hosp_14_days_ago}}
{{data.host_total-data.hosp_14_days_ago}}
(+{{data.hosp_total-data.hosp_1_days_ago}})<sup data-toggle="tooltip" data-placement="right" data-html="true"
title="<b>Hospitalized:</b> An estimation using the total amount of confirmed hospitalizations in the last 14 days. <br><br>The number in the parentheses is how many were hospitalized in the last day."
style="vertical-align: super;
Expand Down

0 comments on commit 08b2b07

Please sign in to comment.