diff --git a/js/src/features/particles/stream-view.tsx b/js/src/features/particles/stream-view.tsx index a1d3024..5456e4f 100644 --- a/js/src/features/particles/stream-view.tsx +++ b/js/src/features/particles/stream-view.tsx @@ -431,7 +431,7 @@ function StreamViewInner({ path, streamParticle }: StreamViewProps) { return (
setShowControls(false)} > diff --git a/js/src/features/particles/text-particle-view.tsx b/js/src/features/particles/text-particle-view.tsx index 5329bf1..c4854fe 100644 --- a/js/src/features/particles/text-particle-view.tsx +++ b/js/src/features/particles/text-particle-view.tsx @@ -104,7 +104,7 @@ const markdownComponents: React.ComponentProps["components function MarkdownContent({ content, className }: { content: string; className?: string }) { return ( -
+
+
); @@ -191,7 +191,7 @@ export function TextParticleView({ if (content.length < IMMERSIVE_CHAR_LIMIT && !hasEnrichments && !hasMarkdownFormatting(content)) { const style = getImmersiveTextStyle(content.length); return ( -
+

-

- +
+
+ {hasLinks && }