diff --git a/src/FilterLists.Web/ClientApp/components/Home.tsx b/src/FilterLists.Web/ClientApp/components/Home.tsx index 6f1cd7995..16465d11c 100644 --- a/src/FilterLists.Web/ClientApp/components/Home.tsx +++ b/src/FilterLists.Web/ClientApp/components/Home.tsx @@ -69,8 +69,9 @@ export class Home extends React.Component, IHomeState> { private static renderTagline(state: IHomeState) { return

- The independent, comprehensive directory of {state.ruleCount.toLocaleString() - } unique rules across {state.lists.length + The independent, comprehensive directory of { /*{state.ruleCount.toLocaleString() + } unique rules across */ + }{state.lists.length } filter and host lists for advertisements, trackers, malware, and annoyances.

; }