From 092ec32e16df538cd77151bda886488629b54937 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 6 Aug 2019 08:42:16 -0500 Subject: [PATCH] try definining title in span ref https://github.com/ant-design/ant-design/issues/18122#issuecomment-518672536 --- src/FilterLists.Web.V2/src/shared/SubscribeButton.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/FilterLists.Web.V2/src/shared/SubscribeButton.tsx b/src/FilterLists.Web.V2/src/shared/SubscribeButton.tsx index d55ed6b4b..e72c441b0 100644 --- a/src/FilterLists.Web.V2/src/shared/SubscribeButton.tsx +++ b/src/FilterLists.Web.V2/src/shared/SubscribeButton.tsx @@ -33,8 +33,8 @@ const SubscribeButtonDropdown = (props: Props): JSX.Element => { )} }> - Subscribe - ; + Subscribe + ; }; const buildButtonProps = (name: string, viewUrl: string): ButtonProps => {