chore: remove mic icon from autoplay overlay

This commit is contained in:
talksik
2026-03-21 18:47:07 -07:00
parent e61f838a98
commit 356a166c7e
@@ -83,7 +83,6 @@ export function AutoplayOverlay({ networkId }: AutoplayOverlayProps) {
<div className="min-w-0 flex-1">
<Small className="truncate font-medium">{senderName}</Small>
</div>
<Mic />
</div>
<audio src={url} autoPlay onEnded={stop} />
</div>