mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 23:46:58 +00:00
fix labels
This commit is contained in:
parent
c0eb19cce1
commit
c102cc9d3f
@ -35,7 +35,7 @@ export function InlineAddToCart({
|
||||
|
||||
return (
|
||||
<button
|
||||
aria-label="Add item to cart"
|
||||
aria-label="Add to cart"
|
||||
disabled={isPending || !availableForSale || !selectedVariantId}
|
||||
title={title}
|
||||
onClick={() => {
|
||||
|
@ -35,7 +35,7 @@ export function PromotedCartItem({
|
||||
|
||||
return product ? (
|
||||
<button
|
||||
aria-label="Add item to cart"
|
||||
aria-label="Add to cart"
|
||||
disabled={isPending || !availableForSale || !selectedVariantId}
|
||||
title={title}
|
||||
onClick={() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user