♻️ Improve movie modal count text
This commit is contained in:
@@ -91,7 +91,7 @@ const MovieResults = ({ search, type }: MovieResultsProps) => {
|
|||||||
return (
|
return (
|
||||||
<Stack>
|
<Stack>
|
||||||
<Text>
|
<Text>
|
||||||
Found {overseerrResults?.length} results for <b>{search}</b>
|
Top {overseerrResults?.length} results for <b>{search}</b>
|
||||||
</Text>
|
</Text>
|
||||||
<Stack spacing="xs">
|
<Stack spacing="xs">
|
||||||
{overseerrResults?.map((result, index: number) => (
|
{overseerrResults?.map((result, index: number) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user