Skip to content

Commit ae12032

Browse files
committed
fix: 충돌 수정
1 parent e9fffd1 commit ae12032

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/pages/my/MyPage.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,7 @@ const MyPage: React.FC = () => {
4545
<div className="relative mx-auto w-full max-w-md">
4646
<div className="min-h-screen">
4747
{/* Header - 병합 결과 */}
48-
<Header
49-
title="마이페이지"
50-
showBack={false}
51-
showLike={false}
52-
showBookmark={false}
53-
rightSection="SETTING"
54-
/>
48+
<Header leftSection="LOGO" rightSection="SETTING" />
5549

5650
<main className="mt-2 flex flex-col gap-4 px-4 pt-[68px] pb-[83px]">
5751
{/* 프로필 카드 */}

0 commit comments

Comments
 (0)