From 3dba5db8d32147b1803cc2206cb41af5fa783dd8 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 28 Aug 2018 09:17:56 -0500 Subject: [PATCH] prefer warning over danger for not secure ref #65 --- src/FilterLists.Web/ClientApp/components/Home.tsx | 2 +- src/FilterLists.Web/ClientApp/components/ListDetails.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/FilterLists.Web/ClientApp/components/Home.tsx b/src/FilterLists.Web/ClientApp/components/Home.tsx index 7bb044438..bfbfd9d47 100644 --- a/src/FilterLists.Web/ClientApp/components/Home.tsx +++ b/src/FilterLists.Web/ClientApp/components/Home.tsx @@ -223,7 +223,7 @@ function SubscribeUrl(props: any) { function SubscribeUrlNotSecure() { return Subscribe ; diff --git a/src/FilterLists.Web/ClientApp/components/ListDetails.tsx b/src/FilterLists.Web/ClientApp/components/ListDetails.tsx index bb1e86354..a4f485c97 100644 --- a/src/FilterLists.Web/ClientApp/components/ListDetails.tsx +++ b/src/FilterLists.Web/ClientApp/components/ListDetails.tsx @@ -192,7 +192,7 @@ function SubscribeUrl(props: any) { function SubscribeUrlNotSecure() { return Subscribe ; @@ -224,7 +224,7 @@ function ViewUrl(props: any) { function ViewUrlNotSecure() { return View ;