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 => {
-
-
-
-
-
-
-
-
-
-