From 6cb80ba20a4076252b4b512ea37348fb4a04d784 Mon Sep 17 00:00:00 2001 From: "Masih H. Derkani" Date: Thu, 8 Jun 2023 09:38:41 +0100 Subject: [PATCH] Hide total indexed count until there is an accurate measure In order to avoid confusion, do not show the "Total CIDs Indexed" count until there are services in place that reasonably accurately can report it. Relates to: - https://github.com/ipni/cid.contact/issues/17 --- pages/index.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pages/index.js b/pages/index.js index 33ef4dc..9cc1a25 100755 --- a/pages/index.js +++ b/pages/index.js @@ -825,7 +825,13 @@ export default function Home(props) {

Content Routing for the Distributed Web

An Interplanetary Network Indexer built for IPFS and Filecoin

-
+ + {/* Hide total indexed CIDs until there is an accurate measure. See: + * https://github.com/ipni/cid.contact/issues/17 + + To show the count again, change `className` to `{totalIndexed ? "dataCol" : "hidden"}`. + */} +