temp comment rule count from tagline during snapshot construction

This commit is contained in:
Collin Barrett 2018-08-23 06:18:37 -05:00
parent 540b1e4d91
commit 88ababc8d3

View file

@ -69,8 +69,9 @@ export class Home extends React.Component<RouteComponentProps<{}>, IHomeState> {
private static renderTagline(state: IHomeState) {
return <p className="ml-2 mr-2">
The independent, comprehensive directory of <strong>{state.ruleCount.toLocaleString()
}</strong> unique rules across <strong>{state.lists.length
The independent, comprehensive directory of { /*<strong>{state.ruleCount.toLocaleString()
}</strong> unique rules across */
}<strong>{state.lists.length
}</strong> filter and host lists for advertisements, trackers, malware, and annoyances.
</p>;
}