Subbu1304 commited on
Commit
a0b968e
·
verified ·
1 Parent(s): 49dec4b

Update templates/cart.html

Browse files
Files changed (1) hide show
  1. 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
- <button class="btn btn-danger btn-sm" onclick="removeItemFromCart('{{ item.Name }}')">
156
- <i class="fas fa-trash-alt" style="color: skyblue;"></i> <!-- Sky blue trash icon -->
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>