mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
add title to Hub href
This commit is contained in:
parent
8a994ef8cf
commit
4048307092
1 changed files with 8 additions and 7 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue