diff --git a/src/FilterLists.Web/ClientApp/components/Home.tsx b/src/FilterLists.Web/ClientApp/components/Home.tsx index 16465d11c..6f1cd7995 100644 --- a/src/FilterLists.Web/ClientApp/components/Home.tsx +++ b/src/FilterLists.Web/ClientApp/components/Home.tsx @@ -69,9 +69,8 @@ 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.

; }