diff --git a/web/src/sections/Dashboard/view.tsx b/web/src/sections/Dashboard/view.tsx index 78bfcf90..663839e4 100644 --- a/web/src/sections/Dashboard/view.tsx +++ b/web/src/sections/Dashboard/view.tsx @@ -40,7 +40,7 @@ export const DashboardView: FC<{ on={s.audio_streaming} /> - + {m.status_paired_count()} @@ -50,7 +50,7 @@ export const DashboardView: FC<{ - + {m.status_pin_pending()} @@ -134,7 +134,7 @@ const StatCard: FC<{ icon: ReactNode; label: string; on: boolean }> = ({ on, }) => ( - + {icon} {label}