mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-30 03:00:41 -04:00
fix(frontend/builder): escape quotes in welcome state to satisfy react/no-unescaped-entities
This commit is contained in:
@@ -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 “What does this agent do?” or
|
||||
“Add a step that formats the output.”
|
||||
</p>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user