diff --git a/js/src/features/streams/particle-preview.tsx b/js/src/features/streams/particle-preview.tsx index 349bc74..3f7eeb8 100644 --- a/js/src/features/streams/particle-preview.tsx +++ b/js/src/features/streams/particle-preview.tsx @@ -49,7 +49,7 @@ function TextPreview({ particle }: { particle: StreamParticle }) { // only show x first chars for preview, to avoid overflow and also to determine text size const truncated = data.content.length > 30 ? data.content.slice(0, 30) + "..." : data.content; return ( -