From 33ce3be72f4106bf3b8c238d656a3fe249545d8b Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 31 Aug 2019 16:32:14 -0500 Subject: [PATCH] convert span to fragment --- src/FilterLists.Web.V2/src/App.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/FilterLists.Web.V2/src/App.tsx b/src/FilterLists.Web.V2/src/App.tsx index c04abd8ce..e623a8f4e 100644 --- a/src/FilterLists.Web.V2/src/App.tsx +++ b/src/FilterLists.Web.V2/src/App.tsx @@ -39,13 +39,14 @@ const NotFound = (props: RouteComponentProps) => ; const CopyrightAuthor = () => - + <> ©{new Date().getFullYear()}  - Collin M. Barrett - ; + Collin M. Barrett + + ; const Community = () =>