Skip to content

Commit

Permalink
Fix/naver btn (#50)
Browse files Browse the repository at this point in the history
* [feat] μ—…λ°μ΄νŠΈ api μ—°κ²°

* [feat] build 였λ₯˜ ν•΄κ²°

* [hotfix] μ§€λ„λž‘ ν”„λ‘œν•„ μΆ”κ°€ μˆ˜μ •

* λΉŒλ“œ 였λ₯˜ μˆ˜μ •

* λ¦¬ν”„λ ˆμ‹œ ν•¨μˆ˜ μΆ”κ°€

* [fix] 툴팁 μœ„μΉ˜ μˆ˜μ •

* [fix] ν”„λ‘œν•„ μ„ νƒμ‹œ 보더 2px 간격 λ„£μŒ

* [fix] ν˜„μž¬ μ°½μ—μ„œ 맡  μ—΄λ¦Ό
  • Loading branch information
choihooo authored Nov 3, 2024
1 parent 47e6e9d commit 3104159
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function LinkField({
};

const handleNaverMove = () => {
window.open("https://m.place.naver.com/my/place");
window.location.href = "https://m.place.naver.com/my/place";
};

return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function LinkField({
}, [inputFields, addInputField]);

const handleNaverMove = () => {
window.open("https://m.place.naver.com/my/place");
window.location.href = "https://m.place.naver.com/my/place";
};

const handleInputChange = (id: string, inputValue: string) => {
Expand Down

0 comments on commit 3104159

Please sign in to comment.