We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4233fd1 + de7c22a commit 08b094cCopy full SHA for 08b094c
src/templates/signals/signals.html
@@ -352,8 +352,9 @@ <h5 class="modal-title">Time Label</h5>
352
<div class="col-9">
353
<div class="row margin-bottom-1rem d-flex justify-content-between">
354
<div class="col-4">
355
- <div>
356
- <a href="https://delphi.cmu.edu/covidcast/export/" class="btn btn-primary" role="button">Export Signals</a>
+ <div class="btn-group" role="group">
+ <a href="https://delphi.cmu.edu/covidcast/export/" target="_blank" class="btn btn-primary" role="button">Export</a>
357
+ <a href="https://delphi.cmu.edu/epivis/" target="_blank" class="btn btn-primary" role="button">Chart</a>
358
</div>
359
360
0 commit comments