Spaces:
Sleeping
Sleeping
Update templates/cart.html
Browse files- templates/cart.html +2 -2
templates/cart.html
CHANGED
|
@@ -152,8 +152,8 @@
|
|
| 152 |
$<span class="base-price">{{ item.Price__c }}</span>
|
| 153 |
</div>
|
| 154 |
<!-- <button class="btn btn-danger btn-sm" onclick="removeItemFromCart('{{ item.Name }}')">Remove</button> -->
|
| 155 |
-
|
| 156 |
-
<i class="fas fa-trash-alt
|
| 157 |
</button>
|
| 158 |
|
| 159 |
</div>
|
|
|
|
| 152 |
$<span class="base-price">{{ item.Price__c }}</span>
|
| 153 |
</div>
|
| 154 |
<!-- <button class="btn btn-danger btn-sm" onclick="removeItemFromCart('{{ item.Name }}')">Remove</button> -->
|
| 155 |
+
<button class="btn btn-sm" onclick="removeItemFromCart('{{ item.Name }}')">
|
| 156 |
+
<i class="fas fa-trash-alt sky-blue-icon"></i> <!-- Sky blue trash icon -->
|
| 157 |
</button>
|
| 158 |
|
| 159 |
</div>
|