From 575847f845357d2b0c885da49fdb0cf81b8aa3c2 Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Fri, 5 Apr 2024 14:40:51 -0400 Subject: [PATCH] switch to subscribe banner --- frontend/src/components/OnboardingNote.tsx | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/frontend/src/components/OnboardingNote.tsx b/frontend/src/components/OnboardingNote.tsx index 5603020..31cf8ac 100644 --- a/frontend/src/components/OnboardingNote.tsx +++ b/frontend/src/components/OnboardingNote.tsx @@ -6,25 +6,13 @@ export function OnboardingNote() { return (
- To use Screenshot to Code,{" "} setPricingDialogOpen(true)} target="_blank" > - subscribe to a paid plan ($15/month) to get access to all supported - models - {" "} - or use your own OpenAI API key with GPT4 vision access ( - - follow these instructions to deposit a minimum $5 credit and obtain a - key + Subscribe to get started - ).
);