Skip to content

Commit d0f9d23

Browse files
authored
Merge pull request #236 from Soohyuniii/fix--select-info-페이지-내-공유하기-버튼-제거
fix: select info 화면 내 공유하기 버튼 제거
2 parents bed88b1 + b56cf6a commit d0f9d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/SelectInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ const SelectInfo = () => {
231231

232232
return (
233233
<div className="flex w-[360px] flex-col bg-white md:w-[375px] lg:w-[500px]">
234-
<Header title={headerTitle} />
234+
<Header title={headerTitle} showShareIcon={false} />
235235

236236
<div className="mx-auto w-[320px]">
237237
{/* MBTI 선택 */}

0 commit comments

Comments
 (0)