chore: remove mic icon from autoplay overlay
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user