aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--thallium-frontend/src/components/StoreItem.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/thallium-frontend/src/components/StoreItem.tsx b/thallium-frontend/src/components/StoreItem.tsx
index 478e35c..b60e19f 100644
--- a/thallium-frontend/src/components/StoreItem.tsx
+++ b/thallium-frontend/src/components/StoreItem.tsx
@@ -293,7 +293,7 @@ const StoreItem: React.FC<StoreItemProps> = ({ template }: StoreItemProps) => {
estPrice: selectedVariant.price,
}));
- toast("Item added to cart!");
+ toast.success("Item added to cart!");
}
}}
>Add to Cart</CartButton>