chore: correct types
This commit is contained in:
@@ -5,7 +5,6 @@ import Button from '~/components/ui/Button.astro';
|
||||
import Image from '~/components/common/Image.astro';
|
||||
import type { Testimonials as Props } from '~/types';
|
||||
|
||||
|
||||
const {
|
||||
title = '',
|
||||
subtitle = '',
|
||||
@@ -50,7 +49,7 @@ const {
|
||||
height={40}
|
||||
widths={[400, 768]}
|
||||
layout="fixed"
|
||||
{...(image as any)}
|
||||
{...image}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user