Skip to content

Commit

Permalink
- 계약서 사진 업로드시, 삭제 아이콘 경로 수정 #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-creative committed Oct 20, 2023
1 parent 690cbe1 commit a9a7d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/photo/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
}

const removePhoto = document.createElement("img");
removePhoto.src = "/image/photo/remove.png";
removePhoto.src = "/image/photo/remove.svg";
removePhoto.alt = "remove";
removePhoto.setAttribute('style', remove_img_style)
removePhoto.onclick = function(ev){
Expand Down

0 comments on commit a9a7d52

Please sign in to comment.