tweak price

This commit is contained in:
Abi Raja 2023-12-02 09:39:08 -05:00
parent 4b77361494
commit e031662b13
2 changed files with 4 additions and 3 deletions

View File

@ -8,7 +8,7 @@ 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 $4.99) buy some credits (100 generations for $35.99)
</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
@ -16,7 +16,8 @@ export function OnboardingNote() {
className="inline underline hover:opacity-70" className="inline underline hover:opacity-70"
target="_blank" target="_blank"
> >
follow these instructions to depost $5 credit and obtain a key follow these instructions to deposit a minimum $5 credit and obtain a
key
</a> </a>
). ).
</span> </span>

View File

@ -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 $4.99 <br /> buy 100 code generations for $35.99 <br />
</div> </div>
</a> </a>
<a <a