Skip to content

Commit de7c22a

Browse files
committed
🛠️ signals.html -> Updated export button with new links and target attributes.
1 parent 24ee771 commit de7c22a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/templates/signals/signals.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,9 @@ <h5 class="modal-title">Time Label</h5>
352352
<div class="col-9">
353353
<div class="row margin-bottom-1rem d-flex justify-content-between">
354354
<div class="col-4">
355-
<div>
356-
<a href="https://delphi.cmu.edu/covidcast/export/" class="btn btn-primary" role="button">Export Signals</a>
355+
<div class="btn-group" role="group">
356+
<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>
357358
</div>
358359
</div>
359360
<div class="col-4">

0 commit comments

Comments
 (0)