fix screenshotone links

This commit is contained in:
Abi Raja 2023-11-20 11:54:31 -05:00
parent 103d1ce12c
commit e7c05d7d23
2 changed files with 13 additions and 2 deletions

View File

@ -78,7 +78,14 @@ function SettingsDialog({ settings, setSettings }: Props) {
<Label htmlFor="screenshot-one-api-key">
<div>ScreenshotOne API key</div>
<div className="font-light mt-2">
Never stored. Get 500 screenshots for free by month by signing up.
Never stored.{" "}
<a
href="https://screenshotone.com?via=screenshot-to-code"
className="underline"
target="_blank"
>
Get 100 screenshots/mo for free.
</a>
</div>
</Label>

View File

@ -71,7 +71,11 @@ export function UrlInputSection({ doCreate, screenshotOneApiKey }: Props) {
<div className="flex space-y-4 bg-slate-200 p-2 rounded text-stone-800 text-sm">
<span>
To screenshot a URL, add a{" "}
<a href="https://screenshotone.com/" className="underline">
<a
href="https://screenshotone.com?via=screenshot-to-code"
className="underline"
target="_blank"
>
ScreenshotOne API key
</a>{" "}
in the settings dialog.