add business plan Stripe payment link
This commit is contained in:
parent
ea71c98589
commit
2dddc479b2
@ -1,6 +1,15 @@
|
|||||||
export function PicoBadge() {
|
export function PicoBadge() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
<a href="https://buy.stripe.com/5kAfZt0CX85f9mEbIM" target="_blank">
|
||||||
|
<div
|
||||||
|
className="fixed z-[100] bottom-5 left-5 rounded-md shadow-lg bg-black
|
||||||
|
text-white px-4 text-xs py-3 cursor-pointer"
|
||||||
|
>
|
||||||
|
upgrade to business plan ($36/mo) <br />
|
||||||
|
export to react, vue, bootstrap and more.
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
<a
|
<a
|
||||||
href="https://screenshot-to-code.canny.io/feature-requests"
|
href="https://screenshot-to-code.canny.io/feature-requests"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user