mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
86721e1641
commit
8a994ef8cf
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue