Skip to content

Commit

Permalink
feat: remove sondehub button when device is not connected
Browse files Browse the repository at this point in the history
  • Loading branch information
raska-vilem authored Mar 2, 2025
1 parent 82a9286 commit ae99a6d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@
</div>

<div>
@if(getTransmitterTelemetry(transmitter)()?._time {
<a class="btn btn-xs btn-info" href="https://amateur.sondehub.org/{{ transmitter }}" target="_blank">
SondeHub
<ng-icon name="tablerExternalLink"></ng-icon>
</a>
</a>}
</div>
</li>
}
Expand Down

0 comments on commit ae99a6d

Please sign in to comment.