mirror of
https://github.com/vercel/commerce.git
synced 2025-05-14 13:47:49 +00:00
Update add-to-cart.tsx
This commit is contained in:
parent
7002f0fd0f
commit
0739e200f0
@ -64,7 +64,7 @@ export function AddToCart({
|
|||||||
{!isPending ? (
|
{!isPending ? (
|
||||||
<span>{availableForSale ? t('cart.add') : t('cart.out-of-stock')}</span>
|
<span>{availableForSale ? t('cart.add') : t('cart.out-of-stock')}</span>
|
||||||
) : (
|
) : (
|
||||||
<LoadingDots className="mb-3 bg-white" />
|
<LoadingDots className="my-3 bg-black" />
|
||||||
)}
|
)}
|
||||||
</button>
|
</button>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user