Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ronan-s1 committed Jun 7, 2024
1 parent eb7ab82 commit e92f2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ document.addEventListener("DOMContentLoaded", function () {
cardBody.innerHTML += `
<h5 class="card-title">
<span class="place-title">${item.place}</span>
<span class="silly-arrow"></span>
<span class="silly-arrow"></span>
<span class="rating-title">${item.rating}/10</span>
</h5>`;

Expand Down

0 comments on commit e92f2c0

Please sign in to comment.