mirror of
https://github.com/benjamin-wilson/public-pool-ui.git
synced 2025-10-10 00:12:37 +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>
|
</a>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container *ngSwitchCase="'PiAxe'">
|
<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>
|
<i class="pi pi-star-fill"></i>
|
||||||
</a>
|
</a>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
@@ -37,4 +42,4 @@
|
|||||||
</a>
|
</a>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container *ngSwitchDefault>{{userAgent}}</ng-container>
|
<ng-container *ngSwitchDefault>{{userAgent}}</ng-container>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
Reference in New Issue
Block a user