Skip to content

Commit

Permalink
Merge pull request #360 from VigneshDevHub/test
Browse files Browse the repository at this point in the history
Merging changes from test to main
  • Loading branch information
Vignesh025 authored Nov 2, 2024
2 parents 91d9df1 + ecf52a1 commit d44f9df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/campgrounds/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<% if(campground.images.length) { %>
<img crossorigin="anonymous" id="indeximg" alt="" src="<%= campground.images[0].url %>">
<% } else { %>
<img crossorigin="anonymous" class="img-fluid" src="https://res-console.cloudinary.com/dgr21eiov/media_explorer_thumbnails/149d48129829d71b6f4ffd8347709f20/detailed" alt="">
<img crossorigin="anonymous" class="img-fluid" src="https://res.cloudinary.com/dgr21eiov/image/upload/v1723129452/CampX/eajljfmhshlozrm5yams.jpg" alt="">
<% } %>
</div>
<div class="col-md-8">
Expand Down Expand Up @@ -177,4 +177,4 @@
}
</script>

<script src="/javascripts/clusterMap.js"></script>
<script src="/javascripts/clusterMap.js"></script>

0 comments on commit d44f9df

Please sign in to comment.