diff --git a/app/components/Markdown.tsx b/app/components/Markdown.tsx index 52911ae7c..512a16534 100644 --- a/app/components/Markdown.tsx +++ b/app/components/Markdown.tsx @@ -30,7 +30,7 @@ export function Markdown({ children }: { children: string }) { children?: React.ReactNode; }) => ( // biome-ignore lint/a11y/useAltText: parsed markdown, so we can't guarantee alt text is present - + ), }, },