Skip to content

Commit

Permalink
fix: mt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-hak committed May 28, 2024
1 parent 16a88f0 commit 8567f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/mypage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const MyPage = () => {
)}
{successModal && <SuccessModal />}
<Link href={'/mypage/withdraw'}>
<div className="w-[361px] h-[33px] pb-3 flex justify-start items-start gap-3.5">
<div className="w-[361px] h-[33px] pb-3 flex justify-start items-start gap-3.5 mb-[77px]">
<div className="text-center text-neutral-800 text-sm font-bold font-['Pretendard'] leading-[21px]">
회원탈퇴
</div>
Expand Down

0 comments on commit 8567f5f

Please sign in to comment.