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
+2 -2
View File
@@ -164,7 +164,7 @@ export function ReplayPlayer({ sessionId }: { sessionId: number }) {
{connectedDevices.length === 0 && (
<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
original device slots.
</CardContent>
@@ -173,7 +173,7 @@ export function ReplayPlayer({ sessionId }: { sessionId: number }) {
</>
) : (
<Card className="bp-glass">
<CardContent className="flex flex-col gap-3 py-6">
<CardContent className="flex flex-col gap-3">
{replayTargets.length > 0 && (
<div className="flex flex-wrap gap-2">
{replayTargets.map((t) => (