Skip to content

Commit

Permalink
Changed the card ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohel Sheikh committed Oct 5, 2024
1 parent 2f582d9 commit 193144e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/listings/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
&#8377;<%= listing.price.toLocaleString("en-IN") %>/- Per Person <br>
&#8377;<%= ((listing.price)/2).toLocaleString("en-IN") %>/- Per Child (below 18)
</p>
<a href="#" class="btn card-btn btn-primary">Read More</a>
<a href="/listings/<%= listing._id %>" class="btn card-btn btn-primary">Read More</a>
</div>
</div>
</a>
Expand Down

0 comments on commit 193144e

Please sign in to comment.