From e7c05d7d23b907e5129c24f0c25087a344f386ae Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Mon, 20 Nov 2023 11:54:31 -0500 Subject: [PATCH] fix screenshotone links --- frontend/src/components/SettingsDialog.tsx | 9 ++++++++- frontend/src/components/UrlInputSection.tsx | 6 +++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/SettingsDialog.tsx b/frontend/src/components/SettingsDialog.tsx index 58caded..9b46b90 100644 --- a/frontend/src/components/SettingsDialog.tsx +++ b/frontend/src/components/SettingsDialog.tsx @@ -78,7 +78,14 @@ function SettingsDialog({ settings, setSettings }: Props) { diff --git a/frontend/src/components/UrlInputSection.tsx b/frontend/src/components/UrlInputSection.tsx index 4c9c1fb..20e9c54 100644 --- a/frontend/src/components/UrlInputSection.tsx +++ b/frontend/src/components/UrlInputSection.tsx @@ -71,7 +71,11 @@ export function UrlInputSection({ doCreate, screenshotOneApiKey }: Props) {
To screenshot a URL, add a{" "} - + ScreenshotOne API key {" "} in the settings dialog.