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
;