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
@@ -75,7 +75,7 @@ function ActivityMessage({ messageId }: { messageId: string }) {
if (message.agent !== "reporter" && message.agent !== "planner") {
return (
<div className="px-4 py-2">
<Markdown animate>{message.content}</Markdown>
<Markdown animated>{message.content}</Markdown>
</div>
);
}