From e2398c2587f9e5d9edec1142cd1acf3a94fdbe30 Mon Sep 17 00:00:00 2001 From: koalasat Date: Sun, 16 Feb 2025 12:34:29 +0100 Subject: [PATCH] Remove Twitter link fron frontend --- frontend/src/components/Dialogs/Community.tsx | 17 +---------------- frontend/static/locales/ca.json | 2 -- frontend/static/locales/cs.json | 2 -- frontend/static/locales/de.json | 2 -- frontend/static/locales/en.json | 2 -- frontend/static/locales/es.json | 2 -- frontend/static/locales/eu.json | 2 -- frontend/static/locales/fr.json | 2 -- frontend/static/locales/it.json | 2 -- frontend/static/locales/ja.json | 2 -- frontend/static/locales/pl.json | 2 -- frontend/static/locales/pt.json | 2 -- frontend/static/locales/ru.json | 2 -- frontend/static/locales/sv.json | 2 -- frontend/static/locales/sw.json | 2 -- frontend/static/locales/th.json | 2 -- frontend/static/locales/zh-SI.json | 2 -- frontend/static/locales/zh-TR.json | 2 -- 18 files changed, 1 insertion(+), 50 deletions(-) diff --git a/frontend/src/components/Dialogs/Community.tsx b/frontend/src/components/Dialogs/Community.tsx index 6ecee8cc..3538266c 100644 --- a/frontend/src/components/Dialogs/Community.tsx +++ b/frontend/src/components/Dialogs/Community.tsx @@ -17,7 +17,7 @@ import SendIcon from '@mui/icons-material/Send'; import GitHubIcon from '@mui/icons-material/GitHub'; import RedditIcon from '@mui/icons-material/Reddit'; import Flags from 'country-flag-icons/react/3x2'; -import { NostrIcon, SimplexIcon, XIcon } from '../Icons'; +import { NostrIcon, SimplexIcon } from '../Icons'; interface Props { open: boolean; @@ -123,21 +123,6 @@ const CommunityDialog = ({ open = false, onClose }: Props): JSX.Element => { - - - - - - - - - -