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