We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9fffd1 commit ae12032Copy full SHA for ae12032
src/pages/my/MyPage.tsx
@@ -45,13 +45,7 @@ const MyPage: React.FC = () => {
45
<div className="relative mx-auto w-full max-w-md">
46
<div className="min-h-screen">
47
{/* Header - 병합 결과 */}
48
- <Header
49
- title="마이페이지"
50
- showBack={false}
51
- showLike={false}
52
- showBookmark={false}
53
- rightSection="SETTING"
54
- />
+ <Header leftSection="LOGO" rightSection="SETTING" />
55
56
<main className="mt-2 flex flex-col gap-4 px-4 pt-[68px] pb-[83px]">
57
{/* 프로필 카드 */}
0 commit comments