Skip to content

Commit

Permalink
ボタン名変更テスト
Browse files Browse the repository at this point in the history
  • Loading branch information
ogis-yamanaka committed Jul 26, 2023
1 parent 6a5abc7 commit 8b030fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/compornents/pages/cartPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const CartPage: React.FC = () => {
return (
<div className={classes.root}>
<CartItem cart={data.cart} handleChange={itemCountChange} handleDelete={itemDelete} />
<NavigationButton forwardName="購入へ進む" forward={forward} backName="商品一覧へ戻る" back={back} />
<NavigationButton forwardName="購入確認へ" forward={forward} backName="商品一覧へ戻る" back={back} />
</div>
)
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/compornents/pages/productDetailPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const ProductDetailPage: React.FC = () => {
return (
<div className={classes.root}>
<ProductDetail {...data} />
<NavigationButton forwardName="購入へ進む" forward={inputCart} backName="商品一覧へ戻る" back={back} />
<NavigationButton forwardName="購入フロー" forward={inputCart} backName="商品一覧へ戻る" back={back} />
<ProductInputDialog openFlag={open} forward={forward} back={back} />
</div>
)
Expand Down

0 comments on commit 8b030fd

Please sign in to comment.