fix: escape JSX entities in tutorial slides

This commit is contained in:
Ajax Davis 2025-12-31 01:11:08 +10:00
parent 979bb92aff
commit 82efaf6d59
9 changed files with 25 additions and 25 deletions

View file

@ -37,7 +37,7 @@ export function AgentCodeSlide(): React.ReactElement {
<span className="text-white">: </span>
<span className="text-yellow-400">openai</span>
<span className="text-white">(</span>
<span className="text-amber-300">'gpt-4o'</span>
<span className="text-amber-300">{"'gpt-4o'"}</span>
<span className="text-white">),</span>
{'\n'}
<span className="text-white">{' '}</span>