diff --git a/src/FilterLists.Web/src/App.tsx b/src/FilterLists.Web/src/App.tsx index ee4165901..4b6aba4af 100644 --- a/src/FilterLists.Web/src/App.tsx +++ b/src/FilterLists.Web/src/App.tsx @@ -1,4 +1,4 @@ -import { Icon, Layout, Menu } from 'antd'; +import { Icon, Layout, Menu, Tag } from 'antd'; import React from 'react'; import { BrowserRouter as Router, Link, Route, RouteComponentProps, Switch } from 'react-router-dom'; @@ -22,7 +22,12 @@ export const App: React.FC = () => ; @@ -41,7 +46,7 @@ const NotFound = (props: RouteComponentProps) => ; const CopyrightAuthor = () => - <> + ©{new Date().getFullYear()}  rel="noopener noreferrer"> Collin M. Barrett - ; + ; const Twitter = () => - - Twitter - ; + + + Twitter + + ; const Community = () => - - Community - ; + + + Community + + ; const GitHub = () => - - GitHub - ; + + + GitHub + + ; const Api = () => - - API - ; + + + API + + ; const Donate = () => - - Donate - ; \ No newline at end of file + + + Donate + + ; \ No newline at end of file