Skip to content

Commit

Permalink
Merge pull request #375 from KakaoFunding/bug/374
Browse files Browse the repository at this point in the history
[fix]: 펀딩 완료시 안내되는 버튼의 텍스트를 올바르게 수정(#374)
  • Loading branch information
devkyoung2 authored Jun 25, 2024
2 parents bf60f06 + 9eb51ba commit f739b1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pages/FundingComplete/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ const FundingComplete = () => {
className={styles.btn}
onClick={handleClickFundingHistory}
>
펀딩내역
펀딩내역 보기
</Button>
<Button
color="yellow"
className={styles.btn}
onClick={handleClickMyFunding}
>
펀딩함 가기
펀딩 아이템 보기
</Button>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/GiftComplete/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const GiftComplete = () => {
className={styles.btn}
onClick={handleClickOrderHistory}
>
주문내역
주문내역 보기
</Button>
<Button
color="yellow"
Expand Down

0 comments on commit f739b1b

Please sign in to comment.