Skip to content

Commit

Permalink
fix(contact): url 복사 확인 문구 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KimHunJin committed Oct 29, 2021
1 parent c5cfd71 commit 50b2c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/contact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default defineComponent({
textarea.select();
document.execCommand("copy");
document.body.removeChild(textarea);
alert("URL이 복사되었습니다.");
alert("'teamnexters@gmail.com' 메일 주소를 복사했습니다. ");
break;
}
}
Expand Down

0 comments on commit 50b2c70

Please sign in to comment.