Update Todo

This commit is contained in:
2025-06-29 11:54:21 -07:00
parent b51b2236d5
commit b494fef8cc
2 changed files with 5 additions and 1 deletions
@@ -14,7 +14,7 @@
<h2 class="gameCard-Desc">{{ line }}</h2>
</div>
<h2 class="gameCard-Price">${{ (product.cost/100).toFixed(2) }}</h2>
<button class="gameCard-Button" disabled="">Add To Cart</button>
<button class="gameCard-Button" >Add To Cart</button>
<div *ngIf="auth.loggedInUser.siteData.role == 'Admin'">
<button style="width: calc(50% - 10px); margin: 5px;" [routerLink]="['/store/admin/edit']" [queryParams]="{ ProductID: product.id }" >
Edit