From a24debb423e36c10544fd495999cefbef97ac111 Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Wed, 6 Jun 2018 18:40:18 -0500 Subject: [PATCH] add API docs link to footer --- src/FilterLists.Web/ClientApp/components/Layout.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/FilterLists.Web/ClientApp/components/Layout.tsx b/src/FilterLists.Web/ClientApp/components/Layout.tsx index 5b694ffcd..089172cc4 100644 --- a/src/FilterLists.Web/ClientApp/components/Layout.tsx +++ b/src/FilterLists.Web/ClientApp/components/Layout.tsx @@ -20,7 +20,9 @@ export class Layout extends React.Component {
-

Contribute on GitHub | By Collin M. Barrett

+

+ API | GitHub | By Collin M. Barrett +

; };