diff --git a/src/components/SearchField.svelte b/src/components/SearchField.svelte index 178913104..3cd044096 100644 --- a/src/components/SearchField.svelte +++ b/src/components/SearchField.svelte @@ -1,5 +1,9 @@
@@ -36,12 +48,19 @@ placeholder="Search for channels" /> -

+

Found  { !isLoading ? found.toLocaleString() : '/' }  channels -

+ +