diff --git a/.github/README.md b/.github/README.md index bda3c7a7a..cac2388dd 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,7 +1,6 @@

-

Twitter -License +

License BuiltWithDot.net MadeWithReactJS.com
FilterLists is the independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances.

diff --git a/web/src/App.tsx b/web/src/App.tsx index 0941a61dd..044c8b077 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -3,7 +3,6 @@ import { DollarOutlined, GithubOutlined, IeOutlined, - TwitterOutlined, } from "@ant-design/icons"; import { Layout, Tag } from "antd"; import { @@ -46,7 +45,6 @@ export const App: React.FC = () => ( }} > - @@ -86,19 +84,6 @@ const CopyrightAuthor = () => ( ); -const Twitter = () => ( - - - Twitter - - -); - const GitHub = () => ( { , ); } - if (props.maintainer.twitterHandle) { - actions.push( - - - , - ); - } return ; };