diff --git a/src/FilterLists.Web.V2/src/App.tsx b/src/FilterLists.Web.V2/src/App.tsx
index c7dfcc82a..d41e9f416 100644
--- a/src/FilterLists.Web.V2/src/App.tsx
+++ b/src/FilterLists.Web.V2/src/App.tsx
@@ -21,13 +21,13 @@ export const App: React.FC = () =>
;
-const Logo = () =>
+const Logo = (): JSX.Element =>
;
-const CopyrightAuthor = () =>
+const CopyrightAuthor = (): JSX.Element =>
©{new Date().getFullYear()}
Collin M. Barrett
;
-const Community = () =>
+const Community = (): JSX.Element =>
Community
;
-const GitHub = () =>
+const GitHub = (): JSX.Element =>
GitHub
;
-const Api = () =>
+const Api = (): JSX.Element =>
API
;
-const Donate = () =>
+const Donate = (): JSX.Element =>