-
-
Notifications
You must be signed in to change notification settings - Fork 2
Ola Did Some Work on Pow!
added the prop
variant="contained"
git push origin angels-page-#36
success and cancel
http://localhost:8000/success/
http://localhost:8000/cancel/
// console.log(window.Stripe)
I ❤️ arrays, but do arrays love me back?
Then I gave every <AngelCard />
instance a description prop with an array. And then it worked 😺
for example:
description={[
"Lifetime access to POW! for one person.",
"VIP Treatment at the launch party for you and your +1 guest.",
"A 30-minute talk on privacy in apps to be delivered after March 8th anywhere in Scandinavia or as a video conference.",
]}
You do not need skuProp on AngelCard, they are not used.
Material buttons do not except buttonTextPropProp
as a prop
. So I removed it as it is no good to have unused code. 😺
Its also good to never name a prop
, something with "prop". 💀
{" "}
adds a space character (👽) and is not needed.
{" "}