refactor: rename to animated

This commit is contained in:
Henry Li
2025-05-11 00:07:33 +08:00
committed by Willem Jiang
parent 28b65d7a93
commit 07f965f0df
4 changed files with 29 additions and 20 deletions
@@ -62,7 +62,7 @@ export function ResearchReportBlock({
/>
) : (
<>
<Markdown animate>{message?.content}</Markdown>
<Markdown animated>{message?.content}</Markdown>
{message?.isStreaming && <LoadingAnimation className="my-12" />}
</>
)}