mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-06 23:52:16 +01:00
♻️ Improve movie modal count text
This commit is contained in:
@@ -91,7 +91,7 @@ const MovieResults = ({ search, type }: MovieResultsProps) => {
|
||||
return (
|
||||
<Stack>
|
||||
<Text>
|
||||
Found {overseerrResults?.length} results for <b>{search}</b>
|
||||
Top {overseerrResults?.length} results for <b>{search}</b>
|
||||
</Text>
|
||||
<Stack spacing="xs">
|
||||
{overseerrResults?.map((result, index: number) => (
|
||||
|
||||
Reference in New Issue
Block a user