add title to Hub href

This commit is contained in:
Collin M. Barrett 2019-05-11 16:03:13 -05:00
parent 8a994ef8cf
commit 4048307092

View file

@ -33,14 +33,9 @@ const Footer = () =>
</p>
</footer>;
const ApiLink = () =>
<a href="/api/docs/index.html"
title="API Swagger Docs">
API
</a>;
const HubLink = () =>
<a href="https://hub.filterlists.com">
<a href="https://hub.filterlists.com"
title="Discourse community forum">
Hub
</a>;
@ -49,6 +44,12 @@ const GitHubLink = () =>
GitHub
</a>;
const ApiLink = () =>
<a href="/api/docs/index.html"
title="API Swagger docs">
API
</a>;
const DonateLink = () =>
<a href="https://beerpay.io/collinbarrett/FilterLists"
title="Support with Beerpay">