update onboarding note and pricing
This commit is contained in:
parent
bb5be35928
commit
0979fd5f2b
@ -8,18 +8,17 @@ export function OnboardingNote() {
|
|||||||
href="https://buy.stripe.com/8wM6sre70gBW1nqaEE"
|
href="https://buy.stripe.com/8wM6sre70gBW1nqaEE"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
buy some credits (20 generations for $9)
|
buy some credits (100 generations for $15)
|
||||||
</a>{" "}
|
</a>{" "}
|
||||||
or use your own OpenAI API key with GPT4 vision access.{" "}
|
or use your own OpenAI API key with GPT4 vision access (
|
||||||
<a
|
<a
|
||||||
href="https://github.com/abi/screenshot-to-code/blob/main/Troubleshooting.md"
|
href="https://github.com/abi/screenshot-to-code/blob/main/Troubleshooting.md"
|
||||||
className="inline underline hover:opacity-70"
|
className="inline underline hover:opacity-70"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
Follow these instructions to get yourself a key.
|
follow these instructions to obtain a key
|
||||||
</a>{" "}
|
</a>
|
||||||
and paste it in the Settings dialog (gear icon above). Your key is only
|
).
|
||||||
stored in your browser. Never stored on our servers.
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
@ -8,7 +8,7 @@ export function PicoBadge({ settings }: { settings: Settings }) {
|
|||||||
className="fixed z-50 bottom-5 left-5 rounded-md shadow-lg bg-black
|
className="fixed z-50 bottom-5 left-5 rounded-md shadow-lg bg-black
|
||||||
text-white px-4 text-xs py-3 cursor-pointer"
|
text-white px-4 text-xs py-3 cursor-pointer"
|
||||||
>
|
>
|
||||||
buy 20 code generations for $9 <br />
|
buy 100 code generations for $15 <br />
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user