From eeeeeaf1bdbc53db3a1d2dcb4c7872b29db03186 Mon Sep 17 00:00:00 2001 From: kangfenmao Date: Tue, 25 Feb 2025 19:40:52 +0800 Subject: [PATCH] chore: Remove social media links from About settings --- .../src/pages/settings/AboutSettings.tsx | 26 ++----------------- 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/src/renderer/src/pages/settings/AboutSettings.tsx b/src/renderer/src/pages/settings/AboutSettings.tsx index 7fe2c1d80c..ada2d000e5 100644 --- a/src/renderer/src/pages/settings/AboutSettings.tsx +++ b/src/renderer/src/pages/settings/AboutSettings.tsx @@ -1,5 +1,5 @@ -import { GithubOutlined, XOutlined } from '@ant-design/icons' -import { FileProtectOutlined, GlobalOutlined, MailOutlined, SendOutlined, SoundOutlined } from '@ant-design/icons' +import { GithubOutlined } from '@ant-design/icons' +import { FileProtectOutlined, GlobalOutlined, MailOutlined, SoundOutlined } from '@ant-design/icons' import IndicatorLight from '@renderer/components/IndicatorLight' import { HStack } from '@renderer/components/Layout' import MinApp from '@renderer/components/MinApp' @@ -204,28 +204,6 @@ const AboutSettings: FC = () => { - - {t('settings.about.social.title')} - - - - X - - - - - - - - Telegram - - - - ) }