diff --git a/src/FilterLists.Web.V2/src/App.tsx b/src/FilterLists.Web.V2/src/App.tsx index f343001da..067710e56 100644 --- a/src/FilterLists.Web.V2/src/App.tsx +++ b/src/FilterLists.Web.V2/src/App.tsx @@ -9,21 +9,62 @@ const App: React.FC = () => { return (
- FilterLists logo - + +
- +
); } +const Logo = () => + FilterLists logo; + +const CopyrightAuthor = () => + + ©{new Date().getFullYear()}  + + Collin M. Barrett + ; + +const Community = () => + + Community + ; + +const GitHub = () => + + GitHub + ; + +const Api = () => + + API + ; + +const Donate = () => + + Donate + ; + export default App; \ No newline at end of file