Skip to content

Commit a3a4a62

Browse files
"
1 parent 5dc42a0 commit a3a4a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/quote/Quote.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const Quote = () => {
4343
</h2>
4444
{quote ? (
4545
<div className="flex flex-col">
46-
<i>"{quote.body}"</i>
46+
<i>&quot;{quote.body}&quot;</i>
4747
<p className="self-end px-4"> - unknown author</p>
4848
</div>
4949
) : (

0 commit comments

Comments
 (0)