Skip to content

Commit

Permalink
feat: style hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
floyyd6 committed Jun 20, 2023
1 parent 1b6f3ed commit ec2ad5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export class Cart extends LitElement {
${this.cart?.items?.map(
item => html`
<div class="cart">
<span class="close">x</span>
<!-- <span class="close">x</span>-->
<div class='product-wrapper'>
<div class="image-wrapper">
<p>image holder</p>
Expand Down

0 comments on commit ec2ad5e

Please sign in to comment.