diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 2329105..95b5779 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -457,7 +457,7 @@ function App() { @@ -574,7 +574,7 @@ function App() { diff --git a/frontend/src/components/ImageUpload.tsx b/frontend/src/components/ImageUpload.tsx index 366f104..bbecd92 100644 --- a/frontend/src/components/ImageUpload.tsx +++ b/frontend/src/components/ImageUpload.tsx @@ -166,7 +166,7 @@ function ImageUpload({ setReferenceImages }: Props) { {screenRecorderState === ScreenRecorderState.INITIAL && ( /* eslint-disable-next-line @typescript-eslint/no-explicit-any */
- +

Drag & drop a screenshot here,
or click to upload diff --git a/frontend/src/components/UrlInputSection.tsx b/frontend/src/components/UrlInputSection.tsx index 35ad622..18422d6 100644 --- a/frontend/src/components/UrlInputSection.tsx +++ b/frontend/src/components/UrlInputSection.tsx @@ -69,7 +69,7 @@ export function UrlInputSection({ doCreate, screenshotOneApiKey }: Props) {