Update user-agent-link.component.html (#11)

Add QAxe
Correct PiAxe linking to correct repo now
This commit is contained in:
WantClue 2024-01-26 15:12:09 +01:00 committed by GitHub
parent d8f796354d
commit 069a3a2af2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>