Skip to content

Commit

Permalink
Fix email error
Browse files Browse the repository at this point in the history
  • Loading branch information
nnnlog committed Jul 11, 2024
1 parent 04e6db8 commit a6ba497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default {
},
email: {
key: "Email",
value: "sorisem4106@naver.com",
value: "sorisem4106{'@'}naver.com",
},
place: {
key: "Place",
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/ko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default {
},
email: {
key: "이메일",
value: "sorisem4106@naver.com",
value: "sorisem4106{'@'}naver.com",
},
place: {
key: "위치",
Expand Down

0 comments on commit a6ba497

Please sign in to comment.