Skip to content

Commit

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

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

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

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

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

* [fix] 툴팁 μœ„μΉ˜ μˆ˜μ •
  • Loading branch information
choihooo authored Nov 1, 2024
1 parent 3f37eb9 commit bf7928c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default function LinkField({
/>
{showTooltip && (
<div
className="absolute left-1/2 -translate-x-[51%] bottom-full mb-2 bg-black text-white text-caption rounded px-[12px] py-[10px] w-[215px]"
className="absolute left-1/2 -translate-x-[48.7%] bottom-full mb-2 bg-black text-white text-caption rounded px-[12px] py-[10px] w-[215px]"
aria-hidden={!showTooltip}
>
즐겨찾기 링크 볡사 방법을 ν™•μΈν•΄λ³΄μ„Έμš”
Expand Down

0 comments on commit bf7928c

Please sign in to comment.