Skip to content

Commit 72f687c

Browse files
authored
Merge pull request #149 from nextstrain/add-warning
viz: Add warning banner
2 parents f29c6b5 + 32e408a commit 72f687c

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

viz/src/App.jsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ function App() {
3030
return (
3131
<div className="App">
3232

33+
<div className="warningContainer">
34+
<h2>
35+
On Oct 1, 2025, we received an email from GISAID stating that they will no longer be updating the flat file
36+
of EpiCoV data they've historically provisioned to Nextstrain since Feb 2020. Updates to these analyses are on
37+
hold while we sort out alternative strategies to pull in new data from GISAID.
38+
</h2>
39+
</div>
40+
3341
<div id="mainPanelsContainer">
3442
<h2>Clade frequencies over time</h2>
3543
<p>

viz/src/index.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,9 @@
8484
.App .panelDisplay {
8585
margin-bottom: 50px;
8686
}
87+
88+
.warningContainer {
89+
background-color: #FFF1D1;
90+
display: flex;
91+
align-items: stretch;
92+
}

0 commit comments

Comments
 (0)