Skip to content

Commit

Permalink
Merge pull request swaraj-das#604 from Ashish-Patnaik/Fixed-Cart-Icon
Browse files Browse the repository at this point in the history
Fixed cart button
  • Loading branch information
swaraj-das authored Oct 21, 2024
2 parents f8a89d6 + 4d0bd22 commit 8d4f966
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions aboutus.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,11 @@
<li class="login"><a href="login/login.html">Login</a></li>

<!-- Inside the navbar ul -->
<li class="cart-nav">

<a href="#"><img height="25px " width="25px" src="images/cart.png" alt="Cart Icon"> <span
id="cart-count">0</span></a>

</li>

<a href="#" class="cart-button">
<img src="images/cart.png" alt="Cart Icon">
<span id="cart-count">0</span>
</a>

</ul>

Expand Down

0 comments on commit 8d4f966

Please sign in to comment.