add link to the hub to footer of site

ref #754
This commit is contained in:
Collin M. Barrett 2019-05-11 16:01:13 -05:00
parent 86721e1641
commit 8a994ef8cf

View file

@ -29,7 +29,7 @@ const Header = () =>
const Footer = () =>
<footer className="row justify-content-center">
<p className="mt-2 ml-1 mr-1">
<ApiLink/> | <GitHubLink/> | <DonateLink/> | By <OwnerLink/>
<HubLink/> | <GitHubLink/> | <ApiLink/> | <DonateLink/> | By <OwnerLink/>
</p>
</footer>;
@ -39,6 +39,11 @@ const ApiLink = () =>
API
</a>;
const HubLink = () =>
<a href="https://hub.filterlists.com">
Hub
</a>;
const GitHubLink = () =>
<a href="https://github.com/collinbarrett/FilterLists">
GitHub