Skip to content

Commit

Permalink
[fix]: 주문 완료시 안내되는 버튼의 텍스트를 일관성 있도록 수정(#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
devkyoung2 committed Jun 25, 2024
1 parent 703c39c commit 9eb51ba
Showing 1 changed file with 1 addition and 1 deletion.
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 9eb51ba

Please sign in to comment.