From 27bf25064a76a88fed840040e632715b47bb58b2 Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Thu, 15 Feb 2018 19:47:18 -0600 Subject: [PATCH] tweak titles on view/subscribe links --- src/FilterLists.Web/ClientApp/components/Home.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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" } } ]}