Skip to content

Commit 3bbf99a

Browse files
authored
Merge pull request #244 from cmu-delphi/sgratzl/covidcast_alert
feat: add covidcast data alert
2 parents 532baf1 + 25236cf commit 3bbf99a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

themes/delphi/layouts/_default/covidcast_app.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
{{ define "body_class" }}covidcast_wrapper{{ end }}
1010
{{ define "main" }}
1111
{{ partial "covidcast/modes.html" . }}
12+
<div class="uk-alert-warning uk-margin-small-top uk-margin-small-bottom" uk-alert>
13+
<a class="uk-alert-close" uk-close></a>
14+
<p>
15+
Due to an issue with our backend, no data newer than <strong>February 1st</strong> is being added to the system.
16+
We expect to resume daily updates or provide a new estimate by February 15th.
17+
</p>
18+
</div>
1219
<div id="vizbox">
1320
<div class="ie-banner" style="display: none">
1421
<div>

0 commit comments

Comments
 (0)