mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
add API docs link to footer
This commit is contained in:
parent
3f800b74ac
commit
a24debb423
1 changed files with 3 additions and 1 deletions
|
|
@ -20,7 +20,9 @@ export class Layout extends React.Component<ILayoutProps, {}> {
|
|||
</div>
|
||||
</div>
|
||||
<div className="row justify-content-center">
|
||||
<p className="mt-2 ml-1 mr-1">Contribute on <a href="https://github.com/collinbarrett/FilterLists">GitHub</a> | By <a href="https://collinmbarrett.com/">Collin M. Barrett</a></p>
|
||||
<p className="mt-2 ml-1 mr-1">
|
||||
<a href="https://filterlists.com/api/docs/">API</a> | <a href="https://github.com/collinbarrett/FilterLists">GitHub</a> | By <a href="https://collinmbarrett.com/">Collin M. Barrett</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue