mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
temp comment rule count from tagline during snapshot construction
This commit is contained in:
parent
540b1e4d91
commit
88ababc8d3
1 changed files with 3 additions and 2 deletions
|
|
@ -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>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue