Skip to content

Commit 674da78

Browse files
committed
fix again
1 parent a8c6fd5 commit 674da78

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/Testimonial.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function TestimonialCard({
1616
return (
1717
<Card className="w-full max-w-[400px] shadow-none hover:shadow-md">
1818
<Card.Content>
19-
<Text className="text-lg">" {quote} "</Text>
19+
<Text className="text-lg">{quote}</Text>
2020

2121
<div className="flex items-center space-x-2 mt-6">
2222
<Avatar className="h-10 w-10">

tasks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[ ] Add pre-commit hook to run build and lint

0 commit comments

Comments
 (0)