update copy re: key storage

This commit is contained in:
Abi Raja 2023-11-20 12:07:40 -05:00
parent 55060b866e
commit 72645512fe
2 changed files with 7 additions and 5 deletions

View File

@ -10,7 +10,8 @@ export function OnboardingNote() {
credit on the Billing dashboard. credit on the Billing dashboard.
<br /> <br />
<span> <span>
This key is never stored. This app is open source. You can{" "} This key is only stored in your browser. Never stored on servers. This
app is open source. You can{" "}
<a href="https://github.com/abi/screenshot-to-code" className="inline"> <a href="https://github.com/abi/screenshot-to-code" className="inline">
check the code to confirm. check the code to confirm.
</a> </a>

View File

@ -58,8 +58,9 @@ function SettingsDialog({ settings, setSettings }: Props) {
<div className="flex flex-col space-y-4"> <div className="flex flex-col space-y-4">
<Label htmlFor="openai-api-key"> <Label htmlFor="openai-api-key">
<div>OpenAI API key</div> <div>OpenAI API key</div>
<div className="font-light mt-2"> <div className="font-light mt-2 leading-relaxed">
Never stored. Overrides your .env config. Only stored in your browser. Never stored on servers. Overrides
your .env config.
</div> </div>
</Label> </Label>
@ -77,8 +78,8 @@ function SettingsDialog({ settings, setSettings }: Props) {
<Label htmlFor="screenshot-one-api-key"> <Label htmlFor="screenshot-one-api-key">
<div>ScreenshotOne API key</div> <div>ScreenshotOne API key</div>
<div className="font-light mt-2"> <div className="font-light mt-2 leading-relaxed">
Never stored.{" "} Only stored in your browser. Never stored on servers.{" "}
<a <a
href="https://screenshotone.com?via=screenshot-to-code" href="https://screenshotone.com?via=screenshot-to-code"
className="underline" className="underline"