diff --git a/components/control/ButtplugConsole.tsx b/components/control/ButtplugConsole.tsx index aad57b6..4d979b5 100644 --- a/components/control/ButtplugConsole.tsx +++ b/components/control/ButtplugConsole.tsx @@ -225,7 +225,7 @@ export function ButtplugConsole() { return (
-
+
void stopScanning()} /> - - {device.displayName ?? device.name} -
+ + {device.displayName ?? device.name} +
{device.hasBattery && (batteryLevel !== null ? ( diff --git a/components/control/RecordControls.tsx b/components/control/RecordControls.tsx index beb20be..134b2f4 100644 --- a/components/control/RecordControls.tsx +++ b/components/control/RecordControls.tsx @@ -15,7 +15,7 @@ interface RecordControlsProps { export function RecordControls({ active, elapsedLabel, disabled, busy, onStart, onEnd }: RecordControlsProps) { if (active) { return ( -
+
Session live ยท {elapsedLabel}