Skip to content

Commit

Permalink
fix quote err
Browse files Browse the repository at this point in the history
  • Loading branch information
ariflogs committed Dec 30, 2024
1 parent 848d68d commit a8c6fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preview/components/card-style-testimonial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function TestimonialCard() {
<Card className="w-full max-w-[400px] shadow-none hover:shadow-md">
<Card.Content>
<Text className="text-lg">
" RetroUI is the cooling looking UI library out there! "
&quot; RetroUI is the cooling looking UI library out there! &quot;
</Text>

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

0 comments on commit a8c6fd5

Please sign in to comment.