From 0c3d961c5399a77ddcb776d84d3c7b451666da06 Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Fri, 14 Jun 2024 07:52:06 -0400 Subject: [PATCH] renamed type --- components/Testimonials.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Testimonials.tsx b/components/Testimonials.tsx index 2f3f2ea..bb4665a 100644 --- a/components/Testimonials.tsx +++ b/components/Testimonials.tsx @@ -91,7 +91,7 @@ export default function Testimonials({ className }: Props) { ); } -type TestimonyProps = { +type TestimonialProps = { name: string; photo: string; text: string; @@ -107,7 +107,7 @@ const Testimonial = ({ platform, url, className, -}: TestimonyProps) => { +}: TestimonialProps) => { return (