fix: escape quotes in UseCasesSection

This commit is contained in:
Ajax Davis 2026-01-16 02:59:21 +10:00
parent 3b5bc83c52
commit 55bd27a504

View file

@ -129,7 +129,7 @@ export function UseCasesSection({
</div>
<div>
<p className="text-sm text-foreground-tertiary mb-1">Example prompt:</p>
<p className="text-foreground font-medium">"{useCase.userPrompt}"</p>
<p className="text-foreground font-medium">&ldquo;{useCase.userPrompt}&rdquo;</p>
</div>
</div>