diff --git a/desktop/src/shared/ui/markdown.tsx b/desktop/src/shared/ui/markdown.tsx index 14cae1575..6cc3dcdf8 100644 --- a/desktop/src/shared/ui/markdown.tsx +++ b/desktop/src/shared/ui/markdown.tsx @@ -192,10 +192,10 @@ function createMarkdownComponents( return ( -
+
{alt}
@@ -262,7 +262,7 @@ function createMarkdownComponents( if (isImageOnlyParagraph(childArray)) { return ( -
+
{imageChildren}
);