chore(services): update components based on recent changes

Changes:
 services/frontend/src/App.tsx                                          | 22 ++++++++++++++++++++++
 services/frontend/src/features/live/components/VoiceConnectionCard.tsx |  5 ++++-
 2 files changed, 26 insertions(+), 1 deletion(-)
This commit is contained in:
MythEclipse
2026-06-13 16:54:52 +07:00
parent 5459b13b03
commit 5c8fa3d254
2 changed files with 26 additions and 1 deletions
@@ -104,7 +104,10 @@ export function VoiceConnectionCard({
{isStreaming ? "Stop Transmit" : "Transmit"}
</Button>
{isStreaming && (
<div className="flex items-center pl-1">
<div className="flex items-center gap-2 pl-1">
<span className="animate-pulse rounded-full bg-emerald-500 px-2 py-0.5 text-xs font-medium text-white">
Hold Space
</span>
<MicLevelMeter level={micLevel} />
</div>
)}