diff --git a/docs/index.html b/docs/index.html index 7c26e95..25677e0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -365,7 +365,7 @@

javascript

matches.map(el => { count[el.status] = (count[el.status] || 0) + 1; }); - return `${count[status]} items`; + return `<small>${count[status]} items</small>`; } // checking if we have results if we don't