Skip to content

Commit a8c6fd5

Browse files
committed
fix quote err
1 parent 848d68d commit a8c6fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preview/components/card-style-testimonial.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default function TestimonialCard() {
55
<Card className="w-full max-w-[400px] shadow-none hover:shadow-md">
66
<Card.Content>
77
<Text className="text-lg">
8-
" RetroUI is the cooling looking UI library out there! "
8+
&quot; RetroUI is the cooling looking UI library out there! &quot;
99
</Text>
1010

1111
<div className="flex items-center space-x-2 mt-6">

0 commit comments

Comments
 (0)