Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
ariflogs committed Dec 30, 2024
1 parent a8c6fd5 commit 674da78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/Testimonial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function TestimonialCard({
return (
<Card className="w-full max-w-[400px] shadow-none hover:shadow-md">
<Card.Content>
<Text className="text-lg">" {quote} "</Text>
<Text className="text-lg">{quote}</Text>

<div className="flex items-center space-x-2 mt-6">
<Avatar className="h-10 w-10">
Expand Down
1 change: 1 addition & 0 deletions tasks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[ ] Add pre-commit hook to run build and lint

0 comments on commit 674da78

Please sign in to comment.