Skip to content

Commit

Permalink
Update user-agent-link.component.html (#11)
Browse files Browse the repository at this point in the history
Add QAxe
Correct PiAxe linking to correct repo now
  • Loading branch information
WantClue authored Jan 26, 2024
1 parent d8f7963 commit 069a3a2
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -37,4 +42,4 @@
</a>
</ng-container>
<ng-container *ngSwitchDefault>{{userAgent}}</ng-container>
</ng-container>
</ng-container>

0 comments on commit 069a3a2

Please sign in to comment.