diff --git a/apps/desktop/src/components/device-confirm-dialog.tsx b/apps/desktop/src/components/device-confirm-dialog.tsx index b02d2e58..81420891 100644 --- a/apps/desktop/src/components/device-confirm-dialog.tsx +++ b/apps/desktop/src/components/device-confirm-dialog.tsx @@ -64,18 +64,14 @@ export function DeviceConfirmDialog() { New Device Connection - -
-

- {deviceLabel} wants to connect. -

- {parsed && ( -

- {pending?.deviceId} -

- )} -

Allow this device?

-
+ + {deviceLabel} wants to connect. + {parsed && ( + + {pending?.deviceId} + + )} + Allow this device?