From 4048307092f9200060e74ce366e0915cfc50a731 Mon Sep 17 00:00:00 2001
From: "Collin M. Barrett"
Date: Sat, 11 May 2019 16:03:13 -0500
Subject: [PATCH] add title to Hub href
---
src/FilterLists.Web/ClientApp/Layout.tsx | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/src/FilterLists.Web/ClientApp/Layout.tsx b/src/FilterLists.Web/ClientApp/Layout.tsx
index ba78a5315..c4516bb69 100644
--- a/src/FilterLists.Web/ClientApp/Layout.tsx
+++ b/src/FilterLists.Web/ClientApp/Layout.tsx
@@ -33,14 +33,9 @@ const Footer = () =>
;
-const ApiLink = () =>
-
- API
- ;
-
const HubLink = () =>
-
+
Hub
;
@@ -49,6 +44,12 @@ const GitHubLink = () =>
GitHub
;
+const ApiLink = () =>
+
+ API
+ ;
+
const DonateLink = () =>