diff --git a/src/FilterLists.Web/ClientApp/components/Home.tsx b/src/FilterLists.Web/ClientApp/components/Home.tsx index 83720c80b..29df6e918 100644 --- a/src/FilterLists.Web/ClientApp/components/Home.tsx +++ b/src/FilterLists.Web/ClientApp/components/Home.tsx @@ -44,14 +44,20 @@ export class Home extends React.Component, IFilterListsS { Header: "View", accessor: "viewUrl", - Cell: (d: any) => View, + Cell: (d: any) => + View + , style: { textAlign: "center" } }, { Header: "Subscribe", accessor: "viewUrl", Cell: (d: any) => Subscribe, + }&title=${encodeURIComponent(d.row.name)}`} + title={"Subscribe to list with browser extension supporting \"abp:\" protcool (e.g. uBlock Origin, AdBlock Plus)."}> + Subscribe + , style: { textAlign: "center" } } ]}