Skip to content

Commit e7c728f

Browse files
authored
Merge pull request #298 from cmu-delphi/bot/update-covidcast
feat: update to COVIDcast v2.2.0
2 parents 4010d73 + 4339046 commit e7c728f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,4 @@ relativeURLs = false
132132
feedbackDelayMin = 45 # in sec
133133
feedbackDelayMax = 180 # in sec
134134
feedbackDuration = 60 # show it for 60sec
135-
highlightLinks = "/covidcast/,/covidcast/summary,/covidcast/indicator,/signals-dashboard/,/forecast-eval/"
135+
highlightLinks = "/covidcast/,/covidcast/summary,/covidcast/indicator,/covidcast/indicator-status,/forecast-eval/"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"highlight.js": "^10.6.0",
88
"katex": "^0.13.0",
99
"uikit": "^3.6.18",
10-
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v2.1.0/www-covidcast-2.1.0.tgz"
10+
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v2.2.0/www-covidcast-2.2.0.tgz"
1111
},
1212
"devDependencies": {
1313
"hugo-bin": "^0.69.0",

themes/delphi/assets/css/layout/_header_footer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $mobile-margin: 15px;
3838
}
3939

4040
.uk-navbar-dropdown {
41-
width: 220px;
41+
width: 250px;
4242
}
4343
}
4444

0 commit comments

Comments
 (0)