diff --git a/src/FilterLists.Web/ClientApp/components/Home.tsx b/src/FilterLists.Web/ClientApp/components/Home.tsx index 5c2fb8c9b..d143eb65d 100644 --- a/src/FilterLists.Web/ClientApp/components/Home.tsx +++ b/src/FilterLists.Web/ClientApp/components/Home.tsx @@ -24,7 +24,10 @@ export class Home extends React.Component, IFilterListsS ?

Loading...

- : Home.renderFilterListsTable(this.state.filterLists); + :
+ {Home.renderTagline(this.state.filterLists)} + {Home.renderFilterListsTable(this.state.filterLists)} +
; return
{contents}
; @@ -41,6 +44,12 @@ export class Home extends React.Component, IFilterListsS }); } + private static renderTagline(filterLists: IFilterListSummaryDto[]) { + return

+ The independent, comprehensive directory of {filterLists.length} filter and host lists for advertisements, trackers, malware, and annoyances. +

; + } + private static renderFilterListsTable(filterLists: IFilterListSummaryDto[]) { return { FilterLists -

- The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances. -