Skip to content

Commit

Permalink
build: add umami events
Browse files Browse the repository at this point in the history
  • Loading branch information
gander committed Jan 26, 2024
1 parent c5fbfe0 commit 3948aaa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ watch(validStat, (value) => {
</div>

<div class="mb-3 text-center d-grid">
<button @click="reset" class="btn btn-warning">Reset</button>
<button @click="reset" class="btn btn-warning" data-umami-event="reset">Reset</button>
</div>

<div class="alert alert-primary text-center" role="alert">
Expand All @@ -155,13 +155,13 @@ watch(validStat, (value) => {
<div class="row">
<div class="col mt-3 d-flex flex-column align-items-center">
<div class="lead">Formula sources</div>
<a href="https://steamcommunity.com/sharedfiles/filedetails/?id=1505175794" target="_blank">Frigate Buyer's Guide - How to Pick the Best Ships (and avoid "Lemons")</a>
<a href="https://www.reddit.com/r/NoMansSkyTheGame/comments/knjokc/a_guide_to_evaluating_frigate_stats/" target="_blank">A Guide to Evaluating Frigate Stats</a>
<a href="https://steamcommunity.com/sharedfiles/filedetails/?id=1505175794" target="_blank" data-umami-event="steam">Frigate Buyer's Guide - How to Pick the Best Ships (and avoid "Lemons")</a>
<a href="https://www.reddit.com/r/NoMansSkyTheGame/comments/knjokc/a_guide_to_evaluating_frigate_stats/" target="_blank" data-umami-event="reddit">A Guide to Evaluating Frigate Stats</a>
</div>
</div>
<div class="row">
<div class="col text-center mt-5">
<a href="https://github.com/gander/nms-frigate-calc/issues" target="_blank" class=" d-flex flex-column align-items-center">
<a href="https://github.com/gander/nms-frigate-calc/issues" target="_blank" class=" d-flex flex-column align-items-center" data-umami-event="github">
<img src="../assets/github.svg" alt="GitHub" width="24" height="24" class="d-inline-block align-text-top me-1"/>
Report Bug
</a>
Expand Down

0 comments on commit 3948aaa

Please sign in to comment.