From 5cfc48cdec74eb5cf90c82f9e92134aac2c4275e Mon Sep 17 00:00:00 2001 From: Samantha Kellow Date: Fri, 24 Nov 2023 08:53:26 +0000 Subject: [PATCH] update bag button copy --- components/cart/add-to-cart.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cart/add-to-cart.tsx b/components/cart/add-to-cart.tsx index 7a7cd24ba..1931b08ac 100644 --- a/components/cart/add-to-cart.tsx +++ b/components/cart/add-to-cart.tsx @@ -60,7 +60,7 @@ export function AddToCart({
{!isPending ? : }
- {availableForSale ? 'Add To Cart' : 'Out Of Stock'} + {availableForSale ? 'Add To Bag' : 'Out Of Stock'} ); }