mirror of
https://github.com/benjamin-wilson/public-pool-ui.git
synced 2025-10-09 16:02:27 +02:00
Update user-agent-link.component.html (#11)
Add QAxe Correct PiAxe linking to correct repo now
This commit is contained in:
@@ -5,7 +5,12 @@
|
||||
</a>
|
||||
</ng-container>
|
||||
<ng-container *ngSwitchCase="'PiAxe'">
|
||||
<a (click)="cancelClick($event)" href="https://github.com/shufps/piaxe-miner" target="_blank">PiAxe
|
||||
<a (click)="cancelClick($event)" href="https://github.com/shufps/piaxe" target="_blank">PiAxe
|
||||
<i class="pi pi-star-fill"></i>
|
||||
</a>
|
||||
</ng-container>
|
||||
<ng-container *ngSwitchCase="'QAxe'">
|
||||
<a (click)="cancelClick($event)" href="https://github.com/shufps/qaxe" target="_blank">QAxe
|
||||
<i class="pi pi-star-fill"></i>
|
||||
</a>
|
||||
</ng-container>
|
||||
@@ -37,4 +42,4 @@
|
||||
</a>
|
||||
</ng-container>
|
||||
<ng-container *ngSwitchDefault>{{userAgent}}</ng-container>
|
||||
</ng-container>
|
||||
</ng-container>
|
||||
|
Reference in New Issue
Block a user