diff --git a/components/Testimonial.tsx b/components/Testimonial.tsx index 3b0dc07..b926065 100644 --- a/components/Testimonial.tsx +++ b/components/Testimonial.tsx @@ -16,7 +16,7 @@ export default function TestimonialCard({ return ( - " {quote} " + {quote}
diff --git a/tasks.md b/tasks.md new file mode 100644 index 0000000..3999286 --- /dev/null +++ b/tasks.md @@ -0,0 +1 @@ +[ ] Add pre-commit hook to run build and lint