diff --git a/src/FilterLists.Web/ClientApp/components/Home.tsx b/src/FilterLists.Web/ClientApp/components/Home.tsx index 7dc85ceea..38f367313 100644 --- a/src/FilterLists.Web/ClientApp/components/Home.tsx +++ b/src/FilterLists.Web/ClientApp/components/Home.tsx @@ -39,27 +39,20 @@ export class Home extends React.Component, IFilterListsS columns={[ { Header: "Name", - accessor: "name", - maxWidth: 250 - }, - { - Header: "Description", - accessor: "description", - className: "hidden-xs", - headerClassName: "hidden-xs" + accessor: "name" }, { Header: "View", accessor: "viewUrl", Cell: (d: any) => View, - maxWidth: 100 + style: { textAlign: "center" } }, { Header: "Subscribe", accessor: "viewUrl", Cell: (d: any) => Subscribe, - maxWidth: 100 + style: { textAlign: "center" } } ]} SubComponent={(row: any) => { diff --git a/src/FilterLists.Web/ClientApp/components/Layout.tsx b/src/FilterLists.Web/ClientApp/components/Layout.tsx index 101ce8c05..6e18032d0 100644 --- a/src/FilterLists.Web/ClientApp/components/Layout.tsx +++ b/src/FilterLists.Web/ClientApp/components/Layout.tsx @@ -7,8 +7,13 @@ export interface LayoutProps { export class Layout extends React.Component { render() { return
-
-

FilterLists

+
+

+ FilterLists + + beta + +

The independent and comprehensive directory of all public filter and hosts lists for advertisements, trackers, malware, and annoyances.

@@ -16,7 +21,7 @@ export class Layout extends React.Component { { this.props.children }
-
+
A project by Collin M. Barrett. | Contribute on GitHub.
; diff --git a/src/FilterLists.Web/Views/Home/Index.cshtml b/src/FilterLists.Web/Views/Home/Index.cshtml index 076eae0d2..a1dc77f0d 100644 --- a/src/FilterLists.Web/Views/Home/Index.cshtml +++ b/src/FilterLists.Web/Views/Home/Index.cshtml @@ -4,6 +4,10 @@
Loading...
+ + @section scripts { } \ No newline at end of file