Skip to content

Commit

Permalink
fix: 프로필 페이지 뒤로가기 버튼 보이게 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
iOdiO89 committed Jul 1, 2024
1 parent 5cdc973 commit 7ad79be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/mypage/profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Profile: NextPage = () => {

return (
<FlexBox direction="col">
<HeadFunction title="계정 정보" leftIcon={false} />
<HeadFunction title="계정 정보" />
<FlexBox className="w-full pt-3 pb-8 justify-center">
<div className="w-[88px] h-[88px] rounded-full bg-grey-100" />
</FlexBox>
Expand Down

0 comments on commit 7ad79be

Please sign in to comment.