From 8a994ef8cf28c94a8df6086b647548ea12db9f12 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 11 May 2019 16:01:13 -0500 Subject: [PATCH] add link to the hub to footer of site ref #754 --- src/FilterLists.Web/ClientApp/Layout.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/FilterLists.Web/ClientApp/Layout.tsx b/src/FilterLists.Web/ClientApp/Layout.tsx index 1f1736118..ba78a5315 100644 --- a/src/FilterLists.Web/ClientApp/Layout.tsx +++ b/src/FilterLists.Web/ClientApp/Layout.tsx @@ -29,7 +29,7 @@ const Header = () => const Footer = () => ; @@ -39,6 +39,11 @@ const ApiLink = () => API ; +const HubLink = () => + + Hub + ; + const GitHubLink = () => GitHub