Skip to content

Commit

Permalink
view product
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravbalodi123 committed Feb 22, 2024
1 parent ae2d50a commit ac4277b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/products/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<h6 class="card-title"><span class="fw-lighter fs-6 text-decoration-line-through">Rs.<%=
product.price %></span> Rs.<%= product.price %> <span
class="fw-light fs-6 text-warning">( 50 % OFF )</span> </h6>
<a href="/products/<%=product._id%>" class="btn btn-sm show-btn">Buy Now</a>
<a href="/products/<%=product._id%>" class="btn btn-sm show-btn">View Product</a>
</div>
</div>
</div>
Expand Down

0 comments on commit ac4277b

Please sign in to comment.