diff --git a/src/FilterLists.Web/ClientApp/components/Home.tsx b/src/FilterLists.Web/ClientApp/components/Home.tsx index 38f367313..83720c80b 100644 --- a/src/FilterLists.Web/ClientApp/components/Home.tsx +++ b/src/FilterLists.Web/ClientApp/components/Home.tsx @@ -44,14 +44,14 @@ 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:\" protool (e.g. uBlock Origin, AdBlock Plus)."}>Subscribe, style: { textAlign: "center" } } ]}