diff --git a/src/components/ConnectedRelays/ActiveRelaysDropdownSection.tsx b/src/components/ConnectedRelays/ActiveRelaysDropdownSection.tsx
deleted file mode 100644
index 3e7a0ce3..00000000
--- a/src/components/ConnectedRelays/ActiveRelaysDropdownSection.tsx
+++ /dev/null
@@ -1,34 +0,0 @@
-import {
- DropdownMenuLabel,
- DropdownMenuSeparator
-} from '@/components/ui/dropdown-menu'
-import { useRelayConnectionRows } from '@/hooks/useRelayConnectionRows'
-import { useTranslation } from 'react-i18next'
-import { ActiveRelaysIconGrid } from './ActiveRelaysIconGrid'
-
-/** Compact active-relay icons in the account (user badge) dropdown. */
-export function ActiveRelaysDropdownSection() {
- const { t } = useTranslation()
- const { rows, connectedCount } = useRelayConnectionRows()
-
- if (rows.length === 0) return null
-
- const countSummary = `${connectedCount}/${rows.length}`
-
- return (
- <>
-
- — -
- ) - } - - return ( -{t('No relays in your lists yet.')}
- ) - } - - return ( -- {t('From your mailbox, favorites, and cached relay lists on this device.')} -
-{t('no relays found')}
- ) : ( - <> - {groupedVisible.map(([relayUrl, relayEvents]) => ( -{t('no more relays')}
- ) : null} - > - )} -