diff --git a/src/FilterLists.Web/ClientApp/components/ListDetails.tsx b/src/FilterLists.Web/ClientApp/components/ListDetails.tsx index 9ebf484d0..460009f38 100644 --- a/src/FilterLists.Web/ClientApp/components/ListDetails.tsx +++ b/src/FilterLists.Web/ClientApp/components/ListDetails.tsx @@ -113,17 +113,15 @@ function License(props: any) { } function SubscribeUrl(props: any) { - return + return Subscribe ; } function ViewUrl(props: any) { - return View ; @@ -131,7 +129,7 @@ function ViewUrl(props: any) { function HomeUrl(props: any) { return props.url - ? Home @@ -140,7 +138,7 @@ function HomeUrl(props: any) { function PolicyUrl(props: any) { return props.url - ? Policy @@ -149,7 +147,7 @@ function PolicyUrl(props: any) { function DonateUrl(props: any) { return props.url - ? Donate @@ -158,7 +156,7 @@ function DonateUrl(props: any) { function IssuesUrl(props: any) { return props.url - ? GH Issues @@ -167,7 +165,7 @@ function IssuesUrl(props: any) { function ForumUrl(props: any) { return props.url - ? Forum @@ -176,7 +174,7 @@ function ForumUrl(props: any) { function ChatUrl(props: any) { return props.url - ? Chat @@ -185,16 +183,16 @@ function ChatUrl(props: any) { function SubmissionUrl(props: any) { return props.url - ? - Submit Rule + Add Rule : null; } function EmailAddress(props: any) { return props.email - ? Email diff --git a/src/FilterLists.Web/ClientApp/css/site.css b/src/FilterLists.Web/ClientApp/css/site.css index 6f913839f..9a21ebbdf 100644 --- a/src/FilterLists.Web/ClientApp/css/site.css +++ b/src/FilterLists.Web/ClientApp/css/site.css @@ -7,4 +7,8 @@ body, h2, h3, h4, h5, blockquote { -o-align-items: center; -webkit-align-items: center; align-items: center; +} + +.fl-btn-margin { + margin-bottom: .2rem; } \ No newline at end of file