Skip to content

Commit

Permalink
fix: product costs
Browse files Browse the repository at this point in the history
  • Loading branch information
autruonggiang committed Feb 7, 2024
1 parent f0607d0 commit c463adc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ <h5 class="header__cart-item-name">
Henshin Belt DX Chimera Driver & Juuga Driver Unit
</h5>
<div class="header__cart-item-price-wrap">
<span class="header__cart-item-price">1.425.000 đ</span>
<span class="header__cart-item-price">9.999.999 đ</span>
<span class="header__cart-item-multiply">x</span>
<span class="header__cart-item-qnt">1</span>
</div>
Expand All @@ -260,7 +260,7 @@ <h5 class="header__cart-item-name">
Henshin Belt DX Vail Driver & Destream Driver Unit
</h5>
<div class="header__cart-item-price-wrap">
<span class="header__cart-item-price">1.150.000 đ</span>
<span class="header__cart-item-price">9.999.999 đ</span>
<span class="header__cart-item-multiply">x</span>
<span class="header__cart-item-qnt">3</span>
</div>
Expand All @@ -283,7 +283,7 @@ <h5 class="header__cart-item-name">
Rex Vistamp
</h5>
<div class="header__cart-item-price-wrap">
<span class="header__cart-item-price">1.950.000 đ</span>
<span class="header__cart-item-price">9.999.999 đ</span>
<span class="header__cart-item-multiply">x</span>
<span class="header__cart-item-qnt">2</span>
</div>
Expand Down

0 comments on commit c463adc

Please sign in to comment.