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 = () =>