Skip to content

Commit 0d5aa19

Browse files
committed
진행 방법 문구 표기 수정
1 parent 150cc63 commit 0d5aa19

File tree

1 file changed

+29
-11
lines changed

1 file changed

+29
-11
lines changed

src/modules/Bingo/BingoPresenter.tsx

Lines changed: 29 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ const BingoPresenter = (props: BingoPresenterProps) => {
180180
<MyInfo>My Id: {props.myID}</MyInfo>
181181
<Box
182182
sx={{
183-
display: "flex",
183+
display: "block",
184184
alignItems: "center",
185185
padding: "8px",
186186
borderRadius: "8px",
@@ -189,17 +189,35 @@ const BingoPresenter = (props: BingoPresenterProps) => {
189189
gap: "12px",
190190
}}
191191
>
192-
행사장 내 부스 방문 숨겨진 보물 QR 찍기 사람과 네트워킹 후 빙고 교환
193-
빙고판을 다 채우면 미션2 클리어!
192+
<a>행사장 내 부스 방문</a>
193+
<br />
194+
<a>숨겨진 보물 QR 찍기</a>
195+
<br />
196+
<a>사람과 네트워킹 후 빙고 교환</a>
197+
<br />
198+
<a>빙고판을 다 채우면 미션2 클리어!</a>
199+
</Box>
200+
<Box
201+
sx={{
202+
display: "block",
203+
alignItems: "center",
204+
padding: "8px",
205+
borderRadius: "8px",
206+
backgroundColor: "white",
207+
boxShadow: "0 4px 4px rgba(0, 0, 0, 0.3)",
208+
gap: "12px",
209+
}}
210+
>
211+
<a>자기가 하고 있는 일 소개</a>
212+
<br />
213+
<a>올해 이룬 것, 내년 목표</a>
214+
<br />
215+
<a>최근 관심사(일, 취미 등)</a>
216+
<br />
217+
<a>좋아하는 음식</a>
218+
<br />
219+
<a>최근에 듣는 노동요</a>
194220
</Box>
195-
<pre>
196-
<Typography>자기가 하고 있는 일 소개</Typography>
197-
<Typography>올해 이룬 것, 내년 목표</Typography>
198-
<Typography>최근 관심사(일, 취미 등)</Typography>
199-
<Typography>좋아하는 음식</Typography>
200-
<Typography>최근에 듣는 노동요</Typography>
201-
</pre>
202-
203221
{/* {props.userSelectedWords.map((word) => (
204222
<LongTextBox key={word} text={word} />
205223
))} */}

0 commit comments

Comments
 (0)