diff --git a/example-apps/dashmint-lab/public/dashmint-lite.html b/example-apps/dashmint-lab/public/dashmint-lite.html index 60c5a0f..9f8e131 100644 --- a/example-apps/dashmint-lab/public/dashmint-lite.html +++ b/example-apps/dashmint-lab/public/dashmint-lite.html @@ -124,14 +124,19 @@
+ All cards have been minted. +
+ )} +- Mint a random set of sample cards from the tutorial collection. Costs{" "} - {STARTER_PACK_SIZE} DashMint tokens. + Mint {STARTER_PACK_SIZE} random cards from the tutorial collection. + Costs {STARTER_PACK_SIZE} DashMint tokens (1 per card).
- {hasInsufficientTokensForStarterPack && ( + {starterPackSoldOut ? (- You need {STARTER_PACK_SIZE} DashMint tokens to open a Starter Pack. + Not enough remaining supply for a Starter Pack.
+ ) : ( + hasInsufficientTokensForStarterPack && ( ++ You need {STARTER_PACK_SIZE} DashMint tokens to open a Starter + Pack. +
+ ) )}