From 7ed49e20ab126804c1c051181a9351ca9bd93b44 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 30 Aug 2025 17:18:52 +0000 Subject: [PATCH] Remove Twitter/X links from web UI and README Co-authored-by: collinbarrett <6483057+collinbarrett@users.noreply.github.com> --- .github/README.md | 3 +-- web/src/App.tsx | 15 --------------- web/src/components/maintainers/Maintainers.tsx | 14 +------------- 3 files changed, 2 insertions(+), 30 deletions(-) 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 ; };