diff --git a/src/client/components/ComicDetail/ComicVineMatchPanel.tsx b/src/client/components/ComicDetail/ComicVineMatchPanel.tsx index e65f20a..750b5e9 100644 --- a/src/client/components/ComicDetail/ComicVineMatchPanel.tsx +++ b/src/client/components/ComicDetail/ComicVineMatchPanel.tsx @@ -21,7 +21,22 @@ export const ComicVineMatchPanel = (comicVineData): ReactElement => { comicObjectId={comicObjectId} /> ) : ( -
{comicvine.scrapingStatus}
+ <> +
+
+

ComicVine match results are an approximation.

+

+ Auto-matching is not available yet. If you see no results or + poor quality ones, you can override the search query + parameters to get better ones. +

+
+
+
{comicvine.scrapingStatus}
+ )} diff --git a/src/client/components/ComicDetail/ComicVineSearchForm.tsx b/src/client/components/ComicDetail/ComicVineSearchForm.tsx index cd5c37a..e6883fd 100644 --- a/src/client/components/ComicDetail/ComicVineSearchForm.tsx +++ b/src/client/components/ComicDetail/ComicVineSearchForm.tsx @@ -45,7 +45,7 @@ export const ComicVineSearchForm = (data) => { {(props) => ( )} @@ -57,8 +57,8 @@ export const ComicVineSearchForm = (data) => { {(props) => ( )} @@ -69,8 +69,8 @@ export const ComicVineSearchForm = (data) => { {(props) => ( )}