Skip to content

Commit 305da77

Browse files
committed
fix : 단위 수정
1 parent daba470 commit 305da77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/mypage/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default function MyPage() {
5353
<button
5454
type='button'
5555
onClick={handleLogout}
56-
className='mt-[2.1em] text-label-md text-gray-400 cursor-pointer underline underline-offset-[0.25rem]'
56+
className='mt-[2.1rem] text-label-md text-gray-400 cursor-pointer underline underline-offset-[0.25rem]'
5757
>
5858
로그아웃
5959
</button>

0 commit comments

Comments
 (0)