mirror of
https://github.com/benjamin-wilson/public-pool-ui.git
synced 2025-03-17 13:22:55 +01:00
Update user-agent-link.component.html (#11)
Add QAxe Correct PiAxe linking to correct repo now
This commit is contained in:
parent
d8f796354d
commit
069a3a2af2
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user