Skip to content

Commit

Permalink
Update detail.html
Browse files Browse the repository at this point in the history
  • Loading branch information
angelSuho authored Jun 21, 2023
1 parent 98883f6 commit eb7dee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/trendpick/review/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h2 class="text-xl font-semibold text-gray-800 mb-2">내용</h2>
<h2 class="mt-5 text-2xl text-gray-800">더 많은 후기 사진</h2>
<div class="mt-4 grid grid-cols-1 gap-0 w-full">
<div th:each="subFile : ${reviewResponse.subFiles}">
<img th:src="${'/images/' + subFile}" class="mx-auto w-1/4 rounded-lg object-cover h-auto" onclick="openModal()"/>
<img th:src="|https://kr.object.ncloudstorage.com/trendpick/' + subFile}" class="mx-auto w-1/4 rounded-lg object-cover h-auto" onclick="openModal()"/>
</div>
</div>
</div>
Expand Down

0 comments on commit eb7dee2

Please sign in to comment.