diff --git a/src/components/DesignCanvas.tsx b/src/components/DesignCanvas.tsx index d4a4ef8..ad4127c 100644 --- a/src/components/DesignCanvas.tsx +++ b/src/components/DesignCanvas.tsx @@ -845,32 +845,42 @@ export default function DesignCanvas({ product }: { product: ProductDTO }) { )} -
-
+
+
+
+ + {quantity} + +
- {quantity} -
- + {elementsFront.length === 0 && elementsBack.length === 0 && ( +

Add text or images to personalize your design before adding to bag

+ )} + {justAdded &&

Added to your bag.

}
- {justAdded &&

Added to your bag.

}
setShowLoginPrompt(false)} />