mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 23:46:58 +00:00
update bag button copy
This commit is contained in:
parent
abfd2eed05
commit
5cfc48cdec
@ -60,7 +60,7 @@ export function AddToCart({
|
||||
<div className="absolute left-0 ml-4">
|
||||
{!isPending ? <PlusIcon className="h-5" /> : <LoadingDots className="mb-3 bg-white" />}
|
||||
</div>
|
||||
<span>{availableForSale ? 'Add To Cart' : 'Out Of Stock'}</span>
|
||||
<span>{availableForSale ? 'Add To Bag' : 'Out Of Stock'}</span>
|
||||
</button>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user