Skip to content

Commit

Permalink
좋아요 리스트 버튼 disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
anyukyung committed Dec 20, 2021
1 parent 38d3b6b commit 3ac13ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/likeRouter.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ router.get('/', function(request, response) {
</div>
</a>
<div class="like">
<button type="button" class="likebtn" id="img_btn"><img src="/public/img/heart_outline.png"></button>
<input type="image" id="likeImg" src="/public/img/heart_fill.png" disabled='disabled'>
<div class="cnt">${result[i].count}</div>
</div>
</div>
Expand Down

0 comments on commit 3ac13ff

Please sign in to comment.