diff --git a/js/src/features/particles/particle-list-view.tsx b/js/src/features/particles/particle-list-view.tsx
index 0f6d2cb..dd8df4a 100644
--- a/js/src/features/particles/particle-list-view.tsx
+++ b/js/src/features/particles/particle-list-view.tsx
@@ -10,7 +10,7 @@ import {
CircleCheck,
StickyNote,
Timer,
- Phone,
+ Headphones,
type LucideIcon,
} from "lucide-react";
import { cn } from "@/lib/utils";
@@ -197,7 +197,7 @@ function StreamRow({
{hasActiveHuddle && (
-
+
{huddleCount}
)}
diff --git a/js/src/features/particles/stream-card.tsx b/js/src/features/particles/stream-card.tsx
index 7f6b417..b8ac66e 100644
--- a/js/src/features/particles/stream-card.tsx
+++ b/js/src/features/particles/stream-card.tsx
@@ -1,5 +1,5 @@
import { forwardRef, useMemo } from "react";
-import { Timer, Phone } from "lucide-react";
+import { Timer, Headphones } from "lucide-react";
import { cn, getInitials } from "@/lib/utils";
import { useLiveLatestChild } from "@/hooks/use-particle";
import { useAuthStore } from "@/stores/auth-store";
@@ -151,7 +151,7 @@ export const StreamCard = forwardRef
(function S
{hasActiveHuddle && (
-
+
{huddleCount}
)}