Now using FontAwesome Icons!
This commit is contained in:
parent
05293e0db8
commit
3af8854b42
|
@ -28,7 +28,7 @@ else {
|
|||
</span>
|
||||
<div>
|
||||
<button @onclick = "(() => DeleteCartItem_Click(item.Id))"
|
||||
class="btn btn-danger sm">Remove</button>
|
||||
class="btn btn-danger sm"><i class="fa fa-trash"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
<a class="dismiss">🗙</a>
|
||||
</div>
|
||||
<script src="js/ShoppingCartFunctions.js"></script>
|
||||
<script src="https://kit.fontawesome.com/fd1b12afc1.js" crossorigin="anonymous"></script>
|
||||
<script src="_framework/blazor.webassembly.js"></script>
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Reference in New Issue