We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daba470 commit 305da77Copy full SHA for 305da77
src/pages/mypage/index.tsx
@@ -53,7 +53,7 @@ export default function MyPage() {
53
<button
54
type='button'
55
onClick={handleLogout}
56
- className='mt-[2.1em] text-label-md text-gray-400 cursor-pointer underline underline-offset-[0.25rem]'
+ className='mt-[2.1rem] text-label-md text-gray-400 cursor-pointer underline underline-offset-[0.25rem]'
57
>
58
로그아웃
59
</button>
0 commit comments