From 0bb579c559b1ee8b0975f8b35d78fc4c0ed5c780 Mon Sep 17 00:00:00 2001 From: Grzegorz Tomicki Date: Wed, 31 Mar 2021 23:28:28 +0200 Subject: [PATCH] docs: new example --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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