We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c6fd5 commit 674da78Copy full SHA for 674da78
components/Testimonial.tsx
@@ -16,7 +16,7 @@ export default function TestimonialCard({
16
return (
17
<Card className="w-full max-w-[400px] shadow-none hover:shadow-md">
18
<Card.Content>
19
- <Text className="text-lg">" {quote} "</Text>
+ <Text className="text-lg">{quote}</Text>
20
21
<div className="flex items-center space-x-2 mt-6">
22
<Avatar className="h-10 w-10">
tasks.md
@@ -0,0 +1 @@
1
+[ ] Add pre-commit hook to run build and lint
0 commit comments