Skip to content

Commit

Permalink
frontend: Add link for downloading collected data
Browse files Browse the repository at this point in the history
  • Loading branch information
nikromen committed Jan 3, 2024
1 parent 6a41a50 commit 5e337f0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ <h5 class="card-title">How can I help?</h5>
logs or reviewing the data we already have.
</div>
</div>

<div class="card">
<div class="card-body">
<h5 class="card-title">Download collected data</h5>
Are you interested in the data we received from users? You can download them
<a href="/download">here</a>.
</div>
</div>
</div>
</div>

Expand Down

0 comments on commit 5e337f0

Please sign in to comment.