Skip to content

Commit

Permalink
fix: 첫 질문 멘트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
toothlessdev committed Sep 9, 2024
1 parent 0af9171 commit 33b469f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/SelectPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ export default function SelectPage() {
<Text size="xl">{root?.getValue.question}</Text>
) : (
<Text size="m" style={{ textAlign: "center", fontWeight: "bold" }}>
두근두근 설레는 가두모집! <br /> 동아리 부스가 엄청 많다! <br /> 어느 분야부터 설명을
들어볼까?
두근두근 설레는 가두모집! <br /> 동아리 부스가 엄청 많다! <br /> 어느 분야에 관심이 있어?
</Text>
)}
<ButtonWrapper variants={root === null ? "field" : "choice"}>
Expand Down

0 comments on commit 33b469f

Please sign in to comment.