From 674da782301ba45cb4b30094da7cd01fdef6da41 Mon Sep 17 00:00:00 2001 From: ariflogs Date: Tue, 31 Dec 2024 02:00:51 +0600 Subject: [PATCH] fix again --- components/Testimonial.tsx | 2 +- tasks.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 tasks.md 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