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 => {