diff --git a/src/components/organisms/testimonial.astro b/src/components/organisms/testimonial.astro index f7f0661..4448a3a 100644 --- a/src/components/organisms/testimonial.astro +++ b/src/components/organisms/testimonial.astro @@ -5,7 +5,7 @@ import IconButton from '@/atoms/icon-button.astro'; import Typography from '@/atoms/typography.astro'; import type { Testimonial } from '@/types/testimonials-section'; -export interface Props extends astroHTML.JSX.HTMLAttributes { +export interface Props { testimonial: Testimonial; }