diff --git a/src/components/OrbitStartModal.tsx b/src/components/OrbitStartModal.tsx
index 8eaf6a2b..52e65888 100644
--- a/src/components/OrbitStartModal.tsx
+++ b/src/components/OrbitStartModal.tsx
@@ -3,7 +3,7 @@ import { createPortal } from 'react-dom';
import { useTranslation } from 'react-i18next';
import {
X, Check, Copy, Orbit as OrbitIcon,
- Users, Music2, Shuffle, Dices, AlertTriangle, Globe2,
+ Dices, AlertTriangle, Globe2,
} from 'lucide-react';
import {
startOrbitSession,
@@ -105,7 +105,7 @@ export default function OrbitStartModal({ onClose }: Props) {
-
+
{t('orbit.heroTitlePrefix')}{' '}
@@ -126,21 +126,6 @@ export default function OrbitStartModal({ onClose }: Props) {
{onLan ? t('orbit.tipLan') : t('orbit.tipRemote')}
-
- -
-
- {t('orbit.factSameServer')}
-
- -
-
- {t('orbit.factHost')}
-
- -
-
- {t('orbit.factShuffle')}
-
-
-