Skip to content

Commit

Permalink
Add support for LeafMiner (#9)
Browse files Browse the repository at this point in the history
* add leafminer

* add FOSS star
  • Loading branch information
matteocrippa authored Jan 4, 2024
1 parent bea5e01 commit 38b01c6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,10 @@
target="_blank">termux-miner
</a>
</ng-container>
<ng-container *ngSwitchCase="'LeafMiner'">
<a (click)="cancelClick($event)" href="https://github.com/matteocrippa/leafminer" target="_blank">LeafMiner
<i class="pi pi-star-fill"></i>
</a>
</ng-container>
<ng-container *ngSwitchDefault>{{userAgent}}</ng-container>
</ng-container>

0 comments on commit 38b01c6

Please sign in to comment.