chore: cleanup

This commit is contained in:
2026-08-31 19:25:51 +02:00
parent afa6e8d473
commit 581c3c0e6c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ export function ButtplugConsole() {
{Object.keys(devices).length === 0 ? ( {Object.keys(devices).length === 0 ? (
<Card className="bp-glass"> <Card className="bp-glass">
<CardContent className="py-6 text-sm text-muted-foreground"> <CardContent className="text-sm text-muted-foreground">
No devices connected yet. Scan to discover nearby toys, then select one from your browser&apos;s No devices connected yet. Scan to discover nearby toys, then select one from your browser&apos;s
pairing prompt. pairing prompt.
</CardContent> </CardContent>
+2 -2
View File
@@ -164,7 +164,7 @@ export function ReplayPlayer({ sessionId }: { sessionId: number }) {
{connectedDevices.length === 0 && ( {connectedDevices.length === 0 && (
<Card className="bp-glass"> <Card className="bp-glass">
<CardContent className="py-6 text-sm text-muted-foreground"> <CardContent className="text-sm text-muted-foreground">
No devices connected yet. Scan to discover nearby toys, then match them to this session&apos;s No devices connected yet. Scan to discover nearby toys, then match them to this session&apos;s
original device slots. original device slots.
</CardContent> </CardContent>
@@ -173,7 +173,7 @@ export function ReplayPlayer({ sessionId }: { sessionId: number }) {
</> </>
) : ( ) : (
<Card className="bp-glass"> <Card className="bp-glass">
<CardContent className="flex flex-col gap-3 py-6"> <CardContent className="flex flex-col gap-3">
{replayTargets.length > 0 && ( {replayTargets.length > 0 && (
<div className="flex flex-wrap gap-2"> <div className="flex flex-wrap gap-2">
{replayTargets.map((t) => ( {replayTargets.map((t) => (