fix(frontend/builder): escape quotes in welcome state to satisfy react/no-unescaped-entities

This commit is contained in:
majdyz
2026-04-08 15:00:08 +07:00
parent b2caf6f1b0
commit 9107986f5b

View File

@@ -183,8 +183,8 @@ function MessageList({
<ChatCircle size={28} weight="duotone" className="text-violet-300" />
<p>Ask me to explain or modify your agent.</p>
<p className="text-slate-300">
You can say things like "What does this agent do?" or "Add a step
that formats the output."
You can say things like &ldquo;What does this agent do?&rdquo; or
&ldquo;Add a step that formats the output.&rdquo;
</p>
</div>
)}