♻️ Improve movie modal count text

This commit is contained in:
Meier Lukas
2023-08-01 12:20:14 +02:00
parent ae1083b090
commit 68bd2c06c8

View File

@@ -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) => (