uncomment rule count in tagline

This commit is contained in:
Collin M. Barrett 2018-08-24 13:52:13 -05:00
parent adec87d83e
commit 14d12f751c

View file

@ -69,9 +69,8 @@ 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>;
}