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 233dd87 commit 98883f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/templates/trendpick/review/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="card bordered flex flex-col w-full md:flex-row gap-4">
<div class="md:flex w-full md:items-start">
<div class="md:w-1/2 pr-4">
<img th:src="|/images/${reviewResponse.mainFile}|" class="w-2/4 h-auto rounded-lg mx-auto" onclick="openModal()"/>
<img th:src="|https://kr.object.ncloudstorage.com/trendpick/${reviewResponse.mainFile}|" class="w-2/4 h-auto rounded-lg mx-auto" onclick="openModal()"/>
</div>
<div class="md:w-1/2 ml-auto pl-4 border-l border-gray-300">
<br/><br/>
Expand Down Expand Up @@ -82,4 +82,4 @@ <h2 class="mt-5 text-2xl text-gray-800">더 많은 후기 사진</h2>
}
</script>
</main>
</html>
</html>

0 comments on commit 98883f6

Please sign in to comment.