Skip to content

Commit

Permalink
feat: 예매 완료 뷰 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
pepperdad committed Jul 17, 2024
1 parent 9a60ef1 commit 32830c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/book/components/paidBook/PaidBook.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const PaidBook = ({ id, title, bankName, accountNumber, price }: PaidBookProps)
<S.Title>{`${title} \n예매가 완료되었어요!`}</S.Title>
<Spacing marginBottom="1" />

<S.Description>어떻게 오셨어요? 비트 타고요.</S.Description>
<S.Description>입금자명은 예약자 이름과 동일하게 설정해주세요.</S.Description>
<Spacing marginBottom="3.2" />

<S.DepositContainer>
Expand Down

0 comments on commit 32830c1

Please sign in to comment.