fix: escape quotes in UseCasesSection
This commit is contained in:
parent
3b5bc83c52
commit
55bd27a504
1 changed files with 1 additions and 1 deletions
|
|
@ -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">“{useCase.userPrompt}”</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue